@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* クリーンリンク：ヘッダー調整 */

/* ヘッダー全体 */
.l-header {
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

/* クリーンリンク：料金プランページ */
body.cl-price-template #content.l-content,
body.cl-price-template .l-content,
body:has(.cl-price-page) #content.l-content,
body:has(.cl-price-page) .l-content {
  display: block !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.cl-price-template .l-container,
body:has(.cl-price-page) .l-container {
  display: block !important;
  max-width: none !important;
  padding: 0 !important;
}

body.cl-price-template #main_content,
body.cl-price-template .l-mainContent,
body.cl-price-template .l-article,
body.cl-price-template .l-mainContent__inner,
body:has(.cl-price-page) #main_content,
body:has(.cl-price-page) .l-mainContent,
body:has(.cl-price-page) .l-article,
body:has(.cl-price-page) .l-mainContent__inner {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.cl-price-template #sidebar,
body.cl-price-template .l-sidebar,
body.cl-price-template .p-breadcrumb,
body.cl-price-template .c-pageTitle,
body.cl-price-template .c-postTitle,
body.cl-price-template .p-articleHead,
body:has(.cl-price-page) #sidebar,
body:has(.cl-price-page) .l-sidebar,
body:has(.cl-price-page) .p-breadcrumb,
body:has(.cl-price-page) .c-pageTitle,
body:has(.cl-price-page) .c-postTitle,
body:has(.cl-price-page) .p-articleHead {
  display: none !important;
}

body.cl-price-template .post_content,
body:has(.cl-price-page) .post_content {
  margin: 0 !important;
}

body.cl-price-template .post_content > *:first-child,
body:has(.cl-price-page) .post_content > *:first-child {
  margin-top: 0 !important;
}

.cl-price-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
  color: #061f45;
}

.cl-price-page .cl-price {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.cl-price-page .cl-price__head h1#cl-price-page-title {
  margin: 0 0 14px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #061f45 !important;
  font-size: clamp(42px, 5.4vw, 76px) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: center;
}

.cl-price-page .cl-price__head h1#cl-price-page-title span {
  color: #0057d9;
}

.cl-price-page .cl-price__card {
  min-height: 100%;
}

.cl-price-page .cl-price__visual {
  border-radius: 12px;
  background: radial-gradient(circle at 50% 50%, rgba(0, 100, 223, .08), transparent 62%);
}

.cl-price-page .cl-price__visual img {
  object-fit: contain;
}

.cl-price-page__guide {
  width: 100%;
  padding: 48px 24px 56px;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 100, 223, .08) 0 2px, transparent 3px) 0 0 / 24px 24px,
    linear-gradient(180deg, #fff 0%, #eff8ff 100%);
}

.cl-price-page__guide-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.cl-price-page__guide-head {
  margin-bottom: 24px;
  text-align: center;
}

.cl-price-page__guide-head p {
  margin: 0 0 8px;
  color: #0057d9;
  font-size: 18px;
  font-weight: 900;
}

.cl-price-page__guide-head h2 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #061f45 !important;
  font-size: clamp(30px, 3.4vw, 46px) !important;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.cl-price-page__guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cl-price-page__guide-grid section {
  position: relative;
  min-height: 210px;
  padding: 28px 22px 24px;
  border: 1px solid #cfe4f8;
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 28px rgba(7, 38, 83, .10);
}

.cl-price-page__guide-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0064df, #004eb7);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.cl-price-page__guide-grid h3 {
  margin: 0 0 10px !important;
  padding: 0 0 12px !important;
  border-bottom: 3px solid #dce9f6;
  background: transparent !important;
  color: #061f45 !important;
  font-size: 22px !important;
  font-weight: 900;
  line-height: 1.35;
}

.cl-price-page__guide-grid p {
  margin: 0;
  color: #1f2937;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.cl-price-page__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto 64px;
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0057d9 0%, #003f9f 100%);
  color: #fff;
  box-shadow: 0 18px 38px rgba(0, 67, 160, .20);
}

.cl-price-page__cta p {
  margin: 0 0 6px;
  color: #fff36b;
  font-size: 16px;
  font-weight: 900;
}

.cl-price-page__cta h2 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: clamp(24px, 3vw, 38px) !important;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
}

.cl-price-page__cta-buttons {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px;
}

.cl-price-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 20px;
  border-radius: 12px;
  color: #fff !important;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.cl-price-page__btn--tel {
  background: #0064df;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .35);
}

.cl-price-page__btn--line {
  background: linear-gradient(135deg, #17c84f, #06a73d);
}

.cl-price-page__btn--mail {
  background: linear-gradient(135deg, #ff8617, #ff6800);
}

@media screen and (max-width: 1180px) {
  .cl-price-page__guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-price-page__cta {
    grid-template-columns: 1fr;
    margin-inline: 24px;
    text-align: center;
  }

  .cl-price-page__cta-buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .cl-price-page .cl-price--simple {
    padding: 34px 14px 30px;
  }

  .cl-price-page .cl-price__head h1#cl-price-page-title {
    font-size: 38px !important;
  }

  .cl-price-page .cl-price__cards {
    max-width: none;
  }

  .cl-price-page .cl-price__card {
    padding: 14px;
    border-radius: 14px;
  }

  .cl-price-page .cl-price__visual {
    height: 190px;
    min-height: 190px;
  }

  .cl-price-page .cl-price__table th,
  .cl-price-page .cl-price__table td {
    padding: 10px;
    font-size: 14px;
  }

  .cl-price-page__guide {
    padding: 34px 14px 38px;
  }

  .cl-price-page__guide-grid {
    grid-template-columns: 1fr;
  }

  .cl-price-page__guide-grid section {
    min-height: auto;
    padding: 22px 18px;
  }

  .cl-price-page__cta {
    margin: 0 14px 44px;
    padding: 20px 16px;
    border-radius: 16px;
  }

  .cl-price-page__cta-buttons {
    grid-template-columns: 1fr;
  }

  .cl-price-page__btn {
    width: 100%;
  }
}

/* ロゴサイズ調整 */
.c-headLogo img {
  max-height: 120px;
  width: auto;
}

/* ヘッダー内の余白 */
.l-header__inner {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* メニュー文字 */
.c-gnav > li > a {
  font-weight: 700;
  font-size: 15px;
}

/* メニュー間隔 */
.c-gnav > li {
  margin: 0 6px;
}

/* 見積もりだけボタン風 */
.c-gnav > li:first-child > a {
  background: #0057d9;
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .c-headLogo img {
    max-height: 54px;
  }

  .l-header__inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* 現在ページの青丸をやめる */
.-current > a,
.current-menu-item > a{
  background:none !important;
  border-radius:0 !important;
}

/* 見積もりをボタン化 */
.c-gnav > li:last-child > a{
  background:#0057d9;
  color:#fff !important;
  padding:12px 24px;
  border-radius:999px;
}

.c-gnav > li:last-child > a{
  height: auto !important;
  min-height: unset !important;
  padding: 14px 28px !important;
  border-radius: 999px !important;
}

.c-gnav > li > a{
  height: auto !important;
}

/* クリーンリンク：ヘッダー上部CTA */
.cl-header-cta {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 14px 0;
}

.cl-header-cta__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.cl-header-cta__text {
  font-size: 15px;
  font-weight: 700;
  color: #003b5c;
}

.cl-header-cta__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cl-header-cta__tel {
  font-size: 22px;
  font-weight: 800;
  color: #111;
  text-decoration: none;
}

.cl-header-cta__line,
.cl-header-cta__contact {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 6px;
  line-height: 1;
}

.cl-header-cta__line {
  background: #06c755;
}

.cl-header-cta__contact {
  background: #0057d9;
}

@media screen and (max-width: 768px) {
  .cl-header-cta {
    display: none;
  }
}

/* ヘッダー：ロゴ左・メニュー右に整列 */
.l-header__inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}


/* ナビを右寄せ */
.c-gnavWrap,
.l-header__gnav {
  margin-left: auto !important;
}

.c-gnav {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
}

/* メニューの余計な高さを消す */
.c-gnav > li {
  margin: 0 !important;
}

.c-gnav > li > a {
  height: auto !important;
  min-height: unset !important;
  padding: 10px 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #111 !important;
}

/* 最後の見積もりだけボタン化 */
.c-gnav > li:last-child > a {
  background: #0057d9 !important;
  color: #fff !important;
  padding: 13px 28px !important;
  border-radius: 999px !important;
}

/* 現在ページの青丸を無効化 */
.current-menu-item > a,
.-current > a {
  background: transparent !important;
  border-radius: 0 !important;
}

/* ただし最後の見積もりはボタン維持 */
.c-gnav > li:last-child.current-menu-item > a,
.c-gnav > li:last-child > a {
  background: #0057d9 !important;
  color: #fff !important;
  border-radius: 999px !important;
}

/* スマホは崩れ防止 */
@media screen and (max-width: 768px) {
  .l-header__inner {
    display: flex !important;
    padding: 10px 16px !important;
  }

  .c-headLogo img {
    max-height: 58px !important;
  }
}
/* ヘッダー高さ調整 */
.l-header__inner {
  min-height: 90px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* ロゴとメニューを中央揃え */
.l-header__inner {
  align-items: center !important;
}

/* クリーンリンク：ファーストビュー */
.cl-fv {
  background: #f5fbff;
  padding: 70px 20px;
}

.cl-fv__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 48px;
}

.cl-fv__area {
  display: inline-block;
  background: #0057d9;
  color: #fff;
  font-weight: 800;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.cl-fv h1 {
  font-size: 56px;
  line-height: 1.25;
  font-weight: 900;
  color: #00507a;
  margin: 0 0 20px;
}

.cl-fv__lead {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  color: #333;
  margin-bottom: 24px;
}

.cl-fv__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.cl-fv__points span {
  background: #fff;
  border: 2px solid #0057d9;
  color: #0057d9;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 999px;
}

.cl-fv__buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cl-fv__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 16px 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  border-radius: 10px;
}

.cl-fv__btn--line {
  background: #06c755;
}

.cl-fv__btn--tel {
  background: #0057d9;
}

.cl-fv__image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0,0,0,.16);
}

/* スマホ */
@media screen and (max-width: 768px) {
  .cl-fv {
    padding: 40px 18px;
  }

  .cl-fv__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cl-fv h1 {
    font-size: 36px;
  }

  .cl-fv__lead {
    font-size: 16px;
  }

  .cl-fv__btn {
    width: 100%;
  }
}

/* SWELLメインビジュアル削除 */
.p-mainVisual,
.l-mainVisual,
.c-mainVisual {
  display: none !important;
}

/* FV：見出し改行調整 */
.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/* FV：ボタン強調 */
.cl-fv__btn {
  min-width: 220px !important;
  padding: 18px 32px !important;
  font-size: 20px !important;
  border-radius: 12px !important;
}

@media screen and (max-width: 768px) {
  .cl-fv__btn {
    width: 100% !important;
    min-width: unset !important;
  }
}

/* 完成図風 CTA */
.cl-cta-perfect {
  background: linear-gradient(135deg, #eaf8ff 0%, #ffffff 55%, #eaf4ff 100%);
  padding: 70px 20px;
}



.cl-cta-sub {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  color: #082b57;
  margin-bottom: 28px;
}

.cl-cta-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  overflow: hidden;
  margin-bottom: 42px;
}

.cl-cta-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 24px 20px;
  border-right: 1px solid #d7e3ef;
}

.cl-cta-feature:last-child {
  border-right: none;
}

.cl-icon {
  width: 64px;
  height: 64px;
  background: #eef7ff;
  color: #0057d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}

.cl-cta-feature strong {
  display: block;
  font-size: 24px;
  color: #09244a;
  font-weight: 900;
}

.cl-cta-feature span {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}

.cl-cta-title {
  text-align: center;
  font-size: 56px;
  line-height: 1.25;
  font-weight: 900;
  color: #071f45;
  margin-bottom: 10px;
}

.cl-cta-title span {
  color: #0057d9;
}

.cl-cta-lead {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #09244a;
  margin-bottom: 32px;
}

.cl-tel-area {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  align-items: center;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
  margin-bottom: 22px;
}

.cl-tel-left {
  background: linear-gradient(135deg, #0057d9, #0044b8);
  color: #fff;
  padding: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 116px;
}

.cl-tel-icon {
  width: 64px;
  height: 64px;
  background: #fff;
  color: #0057d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}

.cl-tel-left strong {
  display: block;
  font-size: 21px;
  font-weight: 900;
}

.cl-tel-left span {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.cl-tel-number {
  text-align: center;
  font-size: 42px;
  color: #0057d9;
  font-weight: 900;
  letter-spacing: .04em;
}

.cl-orange-btn {
  margin: 20px;
  background: linear-gradient(135deg, #ff8a00, #ff5e00);
  color: #fff !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  padding: 25px 24px;
  border-radius: 16px;
  text-align: center;
}

.cl-cta-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.cl-line-btn-main,
.cl-mail-btn-main {
  color: #fff !important;
  text-decoration: none;
  border-radius: 16px;
  padding: 28px 30px;
  display: block;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.cl-line-btn-main {
  background: linear-gradient(135deg, #06c755, #00a944);
}

.cl-mail-btn-main {
  background: linear-gradient(135deg, #0057d9, #0044b8);
}

.cl-line-btn-main strong,
.cl-mail-btn-main strong {
  display: block;
  font-size: 26px;
  font-weight: 900;
}

.cl-line-btn-main span,
.cl-mail-btn-main span {
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-top: 6px;
}

.cl-info-box {
  background: #fff;
  border-radius: 16px;
  padding: 24px 30px;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 24px;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  margin-bottom: 20px;
}

.cl-badge {
  display: inline-block;
  background: #0057d9;
  color: #fff;
  font-weight: 900;
  padding: 7px 18px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.cl-info-box p {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}

.cl-bottom-blue {
  background: linear-gradient(135deg, #0057d9, #0044b8);
  color: #fff;
  border-radius: 14px;
  padding: 20px 28px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 900;
}

.cl-bottom-blue strong {
  color: #ffdf3c;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .cl-cta-inner {
    padding: 24px 18px;
    border-width: 5px;
  }

  .cl-cta-sub {
    font-size: 20px;
  }

  .cl-cta-features,
  .cl-tel-area,
  .cl-cta-buttons,
  .cl-info-box {
    grid-template-columns: 1fr;
  }

  .cl-cta-feature {
    border-right: none;
    border-bottom: 1px solid #d7e3ef;
  }

  .cl-cta-title {
    font-size: 34px;
  }

  .cl-cta-lead {
    font-size: 17px;
  }

  .cl-tel-number {
    font-size: 30px;
    padding: 20px 0;
  }

  .cl-orange-btn {
    font-size: 20px;
  }

  .cl-bottom-blue {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
/* CTA幅と崩れ修正 */
.cl-cta-perfect {
  padding: 70px 20px !important;
}



.cl-cta-title {
  background: transparent !important;
  color: #071f45 !important;
  font-size: 58px !important;
}

.cl-tel-area {
  grid-template-columns: 1.1fr 1.2fr 1fr !important;
}

.cl-tel-number {
  white-space: nowrap !important;
  font-size: 48px !important;
  line-height: 1 !important;
}

.cl-orange-btn {
  white-space: nowrap !important;
  display: block !important;
}

.cl-cta-feature strong {
  word-break: keep-all !important;
}

.cl-cta-feature span {
  word-break: keep-all !important;
}

/* CTAを横長レイアウトに修正 */


.cl-cta-sub{
  white-space: nowrap !important;
  font-size: 30px !important;
}

.cl-cta-features{
  max-width: 1160px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cl-cta-feature{
  min-width: 0 !important;
}

.cl-cta-feature strong{
  font-size: 24px !important;
  white-space: nowrap !important;
}

.cl-cta-feature span{
  font-size: 16px !important;
  white-space: nowrap !important;
}

.cl-cta-title{
  font-size: 56px !important;
  white-space: nowrap !important;
}

.cl-tel-area{
  grid-template-columns: 1fr 1.15fr 1fr !important;
}

.cl-tel-left{
  min-width: 320px !important;
}

.cl-tel-left strong,
.cl-tel-left span{
  white-space: nowrap !important;
}

.cl-tel-number{
  font-size: 46px !important;
  white-space: nowrap !important;
}

.cl-orange-btn{
  white-space: nowrap !important;
  font-size: 24px !important;
}

.cl-line-btn-main strong,
.cl-mail-btn-main strong{
  font-size: 28px !important;
  white-space: nowrap !important;
}

.cl-cta-inner{
  width:100%;
  max-width:100%;
  padding:40px 60px;
  box-sizing:border-box;
}

.cl-cta-sub{
  text-align:center;
  font-size:44px;
  font-weight:900;
  line-height:1.4;
  white-space:nowrap;
}

.cl-cta-features{
  width:100%;
  max-width:none;
}

.cl-cta-title{
  font-size:72px;
  line-height:1.2;
  white-space:nowrap;
}

/* ホームページ：問い合わせCTAを横長フル幅に整える */
body .cl-cta-perfect {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 22px 24px !important;
  background: #0b4e86 !important;
  overflow-x: clip;
  box-sizing: border-box;
}

body .cl-cta-inner {
  position: relative;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 28px 56px 14px !important;
  border: 1px solid rgba(13, 84, 150, .16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 6% 4%, rgba(255,255,255,.9) 0 0, transparent 28%),
    radial-gradient(circle at 94% 8%, rgba(208,235,255,.9) 0 0, transparent 24%),
    linear-gradient(135deg, #f8fdff 0%, #fff 48%, #eef8ff 100%);
  box-shadow: 0 18px 40px rgba(0, 35, 70, .24);
  box-sizing: border-box;
  overflow: hidden;
}

body .cl-cta-inner::before,
body .cl-cta-inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 210px;
  height: 210px;
  background:
    radial-gradient(circle, rgba(13, 119, 210, .12) 2px, transparent 3px) 0 0 / 20px 20px;
  pointer-events: none;
}

body .cl-cta-inner::before {
  top: -42px;
  left: -36px;
  opacity: .55;
}

body .cl-cta-inner::after {
  top: -34px;
  right: -48px;
  opacity: .75;
}

body .cl-cta-inner > * {
  position: relative;
  z-index: 1;
}

body .cl-cta-sub,
body .cl-cta-title,
body .cl-cta-lead,
body .cl-tel-left strong,
body .cl-tel-left span,
body .cl-tel-number,
body .cl-orange-btn,
body .cl-line-btn-main strong,
body .cl-line-btn-main span,
body .cl-mail-btn-main strong,
body .cl-mail-btn-main span,
body .cl-info-box p,
body .cl-bottom-blue {
  white-space: nowrap !important;
}

body .cl-cta-sub {
  margin: 0 0 28px !important;
  color: #082b57;
  font-size: 29px !important;
  line-height: 1.35;
  letter-spacing: 0;
}

body .cl-cta-sub::first-letter {
  color: #082b57;
}

body .cl-cta-sub {
  text-decoration: underline;
  text-decoration-color: #ffdf3c;
  text-decoration-thickness: 8px;
  text-underline-offset: -2px;
}

body .cl-cta-features,
body .cl-tel-area,
body .cl-cta-buttons,
body .cl-info-box,
body .cl-bottom-blue {
  width: 100%;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body .cl-cta-features {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0;
  margin-bottom: 34px;
  border: 1px solid rgba(7, 31, 69, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 22px rgba(9, 36, 74, .16);
}

body .cl-cta-feature {
  min-width: 0;
  padding: 26px 34px;
  justify-content: center;
  border-right: 2px solid #d6e3f0;
}

body .cl-cta-feature:last-child {
  border-right: 0;
}

body .cl-icon {
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #eef7ff;
  color: #1478d4;
  font-size: 34px;
}

body .cl-cta-feature strong {
  color: #082b57;
  font-size: 26px !important;
  line-height: 1.2;
  white-space: nowrap !important;
}

body .cl-cta-feature span {
  color: #082b57;
  font-size: 17px !important;
  line-height: 1.5;
  white-space: nowrap !important;
}

body .cl-cta-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 12px !important;
  color: #061f45 !important;
  font-size: 58px !important;
  line-height: 1.18;
  letter-spacing: 0;
  white-space: nowrap !important;
}

body .cl-cta-title::before,
body .cl-cta-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 48px;
  background: linear-gradient(#ffd231, #ffd231) center top / 9px 30px no-repeat;
  transform: translateY(-50%) rotate(-28deg);
}

body .cl-cta-title::before {
  left: -58px;
}

body .cl-cta-title::after {
  right: -58px;
  transform: translateY(-50%) rotate(28deg);
}

body .cl-cta-title span {
  color: #0961c9 !important;
}

body .cl-cta-lead {
  margin-bottom: 26px;
  color: #082b57;
  font-size: 25px;
  line-height: 1.4;
}

body .cl-tel-area {
  grid-template-columns: minmax(410px, .9fr) minmax(430px, 1fr) minmax(360px, .85fr) !important;
  align-items: stretch;
  margin-bottom: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(9, 36, 74, .18);
}

body .cl-tel-left {
  position: relative;
  min-width: 0 !important;
  min-height: 126px;
  padding: 24px 46px 24px 28px;
  background: linear-gradient(135deg, #075bd3 0%, #0050bf 100%);
  clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
}

body .cl-tel-icon {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  background: #fff;
  color: #075bd3;
  font-size: 36px;
}

body .cl-tel-left strong {
  font-size: 23px;
  line-height: 1.2;
}

body .cl-tel-left span {
  font-size: 15px;
  line-height: 1.5;
}

body .cl-tel-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 20px;
  color: #075bc8;
  font-size: clamp(34px, 2.35vw, 42px) !important;
  line-height: 1;
  letter-spacing: 0;
}

body .cl-tel-number::after {
  content: "タップで今すぐ電話がかかります";
  display: block;
  margin-top: 10px;
  color: #082b57;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

body .cl-orange-btn {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-width: 0;
  min-height: 92px;
  margin: 0 28px 0 20px;
  padding: 20px 58px 20px 78px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff8b12 0%, #ff5a00 100%);
  box-shadow: none;
  color: #fff !important;
  font-size: 26px !important;
  line-height: 1.25;
  white-space: nowrap !important;
}

body .cl-orange-btn::before {
  content: "☎";
  position: absolute;
  left: 30px;
  top: 50%;
  font-size: 34px;
  transform: translateY(-50%);
}

body .cl-orange-btn::after,
body .cl-line-btn-main::after,
body .cl-mail-btn-main::after {
  content: "›";
  position: absolute;
  right: 28px;
  top: 50%;
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-52%);
}

body .cl-cta-buttons {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 32px;
  margin-bottom: 22px;
}

body .cl-line-btn-main,
body .cl-mail-btn-main {
  position: relative;
  min-height: 122px;
  padding: 28px 76px 28px 190px;
  border-radius: 12px;
  box-shadow: 0 9px 20px rgba(9, 36, 74, .18);
  text-align: left;
}

body .cl-line-btn-main {
  background: linear-gradient(135deg, #12c954 0%, #05af3e 100%);
}

body .cl-mail-btn-main {
  background: linear-gradient(135deg, #075bd3 0%, #0050bf 100%);
}

body .cl-line-btn-main::before,
body .cl-mail-btn-main::before {
  position: absolute;
  left: 48px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #fff;
  color: #075bd3;
  font-size: 28px;
  font-weight: 900;
  transform: translateY(-50%);
}

body .cl-line-btn-main::before {
  content: "LINE";
  color: #06c755;
  font-size: 21px;
}

body .cl-mail-btn-main::before {
  content: "✉";
  font-size: 40px;
}

body .cl-line-btn-main strong,
body .cl-mail-btn-main strong {
  font-size: 27px !important;
  line-height: 1.2;
  white-space: nowrap !important;
}

body .cl-line-btn-main span,
body .cl-mail-btn-main span {
  font-size: 18px;
  line-height: 1.45;
  white-space: nowrap !important;
}

body .cl-info-box {
  grid-template-columns: minmax(420px, .9fr) minmax(520px, 1.1fr) !important;
  gap: 30px;
  align-items: center;
  margin-bottom: 22px;
  padding: 20px 38px;
  border: 1px solid rgba(7, 31, 69, .08);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(9, 36, 74, .12);
}

body .cl-info-box > div + div {
  padding-left: 30px;
  border-left: 2px solid #d6e3f0;
}

body .cl-badge {
  margin-bottom: 10px;
  padding: 7px 22px;
  background: #075bd3;
  font-size: 16px;
}

body .cl-info-box p {
  color: #082b57;
  font-size: 20px;
  line-height: 1.55;
}

body .cl-bottom-blue {
  min-height: 76px;
  align-items: center;
  margin-bottom: 0;
  padding: 17px 62px;
  border-radius: 12px;
  background: linear-gradient(135deg, #075bd3 0%, #0050bf 100%);
  font-size: 18px;
  line-height: 1.35;
  box-shadow: 0 8px 20px rgba(9, 36, 74, .16);
}

body .cl-bottom-blue strong {
  color: #ffdf3c;
  font-size: 34px;
}

@media screen and (max-width: 1280px) {
  body .cl-cta-inner {
    padding: 26px 48px 14px !important;
  }

  body .cl-cta-title {
    font-size: 48px !important;
  }

  body .cl-tel-area {
    grid-template-columns: minmax(390px, .9fr) minmax(390px, 1fr) minmax(320px, .82fr) !important;
  }

  body .cl-tel-number {
    font-size: 40px !important;
  }

  body .cl-orange-btn {
    font-size: 22px !important;
  }

  body .cl-line-btn-main,
  body .cl-mail-btn-main {
    padding-left: 150px;
  }
}

@media screen and (max-width: 1024px) {
  body .cl-cta-inner {
    padding: 24px 26px 14px !important;
  }

  body .cl-cta-sub {
    font-size: 25px !important;
  }

  body .cl-cta-feature {
    padding: 22px 18px;
    gap: 14px;
  }

  body .cl-icon {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
  }

  body .cl-cta-feature strong {
    font-size: 21px !important;
  }

  body .cl-cta-feature span {
    font-size: 15px !important;
  }

  body .cl-cta-title {
    font-size: 40px !important;
  }

  body .cl-cta-lead {
    font-size: 20px;
  }

  body .cl-tel-area {
    grid-template-columns: minmax(260px, .9fr) minmax(280px, 1fr) !important;
  }

  body .cl-orange-btn {
    grid-column: 1 / -1;
    min-height: 78px;
    margin: 0 20px 18px;
  }

  body .cl-info-box {
    grid-template-columns: 1fr !important;
  }

  body .cl-info-box > div + div {
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 2px solid #d6e3f0;
  }
}

@media screen and (max-width: 768px) {
  body .cl-cta-perfect {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 14px !important;
    overflow-x: hidden;
  }

  body .cl-cta-inner {
    max-width: 100%;
    padding: 22px 16px 14px !important;
    border-radius: 16px;
  }

  body .cl-cta-sub,
  body .cl-cta-title,
  body .cl-cta-lead,
  body .cl-tel-left strong,
  body .cl-tel-left span,
  body .cl-cta-feature strong,
  body .cl-cta-feature span,
  body .cl-info-box p,
  body .cl-bottom-blue {
    white-space: normal !important;
  }

  body .cl-cta-sub {
    font-size: 19px !important;
    text-decoration-thickness: 5px;
  }

  body .cl-cta-features,
  body .cl-tel-area,
  body .cl-cta-buttons,
  body .cl-info-box {
    grid-template-columns: 1fr !important;
  }

  body .cl-cta-feature {
    justify-content: flex-start;
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid #d7e3ef;
  }

  body .cl-cta-feature:last-child {
    border-bottom: 0;
  }

  body .cl-cta-title {
    width: auto;
    font-size: 31px !important;
    white-space: normal !important;
  }

  body .cl-cta-title::before,
  body .cl-cta-title::after {
    display: none;
  }

  body .cl-cta-lead {
    font-size: 16px;
  }

  body .cl-tel-left {
    min-height: auto;
    padding: 22px 18px;
    clip-path: none;
    justify-content: flex-start;
  }

  body .cl-tel-number {
    padding: 22px 12px 12px;
    font-size: 31px !important;
    white-space: nowrap !important;
  }

  body .cl-tel-number::after {
    font-size: 12px;
  }

  body .cl-orange-btn,
  body .cl-line-btn-main,
  body .cl-mail-btn-main {
    min-height: 86px;
    margin: 14px;
    padding: 20px 44px 20px 86px;
    text-align: left;
  }

  body .cl-line-btn-main,
  body .cl-mail-btn-main {
    margin: 0;
  }

  body .cl-orange-btn {
    font-size: 20px !important;
  }

  body .cl-orange-btn::before {
    left: 24px;
    font-size: 28px;
  }

  body .cl-line-btn-main::before,
  body .cl-mail-btn-main::before {
    left: 20px;
    width: 52px;
    height: 52px;
    font-size: 17px;
  }

  body .cl-mail-btn-main::before {
    font-size: 30px;
  }

  body .cl-orange-btn::after,
  body .cl-line-btn-main::after,
  body .cl-mail-btn-main::after {
    right: 20px;
    font-size: 34px;
  }

  body .cl-line-btn-main strong,
  body .cl-mail-btn-main strong {
    font-size: 20px !important;
  }

  body .cl-line-btn-main span,
  body .cl-mail-btn-main span {
    font-size: 14px;
  }

  body .cl-info-box {
    padding: 20px;
  }

  body .cl-info-box > div + div {
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 2px solid #d6e3f0;
  }

  body .cl-info-box p {
    font-size: 16px;
  }

  body .cl-bottom-blue {
    flex-direction: column;
    gap: 8px;
    padding: 18px 16px;
    text-align: center;
  }

  body .cl-bottom-blue strong {
    font-size: 28px;
  }
}

/* クリーンリンク：作業実績セクション */
.cl-works {
  width: 100%;
  padding: 86px 20px;
  background: linear-gradient(180deg, #f4faff 0%, #ffffff 100%);
  box-sizing: border-box;
}

.cl-works,
.cl-works * {
  box-sizing: border-box;
}

.cl-works__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.cl-works__head {
  margin-bottom: 38px;
  text-align: center;
}

.cl-works__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 6px 18px;
  border-radius: 999px;
  background: #0057d9;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

.cl-works h2 {
  margin: 0 0 14px;
  color: #072653;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.cl-works__lead {
  margin: 0;
  color: #334155;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

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

.cl-works__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d9e8f6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 38, 83, .12);
}

.cl-works__photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  background: #e7f2fc;
}

.cl-works__photo {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #dcebf8;
}

.cl-works__photo + .cl-works__photo {
  border-left: 2px solid #fff;
}

.cl-works__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cl-works__card:nth-child(1) .cl-works__photo:first-child img,
.cl-works__card:nth-child(1) .cl-works__photo:last-child img,
.cl-works__card:nth-child(3) .cl-works__photo:first-child img,
.cl-works__card:nth-child(3) .cl-works__photo:last-child img {
  object-position: center top;
}

.cl-works__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  min-width: 72px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(7, 38, 83, .88);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.cl-works__tag--after {
  background: rgba(0, 87, 217, .92);
}

.cl-works__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 22px 24px;
}

.cl-works__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.cl-works__pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #0057d9;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.cl-works h3 {
  margin: 0 0 10px;
  color: #072653;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}

.cl-works__text {
  margin: 0 0 18px;
  color: #334155;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.cl-works__result {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e5eef7;
}

.cl-works__result-item {
  min-width: 0;
  padding: 12px;
  border-radius: 10px;
  background: #f6fbff;
  color: #072653;
  text-align: center;
}

.cl-works__result-item span {
  display: block;
  margin-bottom: 4px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.cl-works__result-item strong {
  display: block;
  color: #0057d9;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
}

.cl-works__more {
  margin-top: 42px;
  text-align: center;
}

.cl-works__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 58px;
  padding: 15px 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0057d9 0%, #0044b8 100%);
  box-shadow: 0 10px 22px rgba(0, 87, 217, .25);
  color: #fff !important;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
  text-decoration: none;
}

.cl-works__button::after {
  content: "›";
  margin-left: 12px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .cl-works {
    padding: 72px 20px;
  }

  .cl-works__grid {
    gap: 18px;
  }

  .cl-works h2 {
    font-size: 36px;
  }

  .cl-works h3 {
    font-size: 19px;
  }
}

@media screen and (max-width: 768px) {
  .cl-works {
    padding: 54px 18px;
  }

  .cl-works__head {
    margin-bottom: 28px;
    text-align: left;
  }

  .cl-works h2 {
    font-size: 30px;
  }

  .cl-works__lead {
    font-size: 16px;
  }

  .cl-works__grid {
    grid-template-columns: 1fr;
  }

  .cl-works__card {
    border-radius: 14px;
  }

  .cl-works__body {
    padding: 20px;
  }

  .cl-works__button {
    width: 100%;
    min-width: 0;
  }
}

/* クリーンリンク：作業実績 完成図レイアウト */
.cl-works {
  padding: 72px 20px 42px;
  background: #eef8ff;
}

.cl-works__inner {
  max-width: 1480px;
  padding: 26px 38px 30px;
  background: #fff;
}

.cl-works__head {
  margin-bottom: 42px;
  text-align: center;
}

.cl-works__label {
  min-width: 180px;
  min-height: 42px;
  margin-bottom: 18px;
  border: 2px solid #0064df;
  background: #fff;
  color: #0064df;
  font-size: 18px;
  letter-spacing: .04em;
}

.cl-works__label::after {
  content: "🚚";
  margin-left: 8px;
  font-size: 18px;
}

.cl-works h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  color: #062a59;
  font-size: 58px;
  line-height: 1.15;
}

.cl-works h2::before,
.cl-works h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 48px;
  background:
    linear-gradient(#0064df, #0064df) 8px 2px / 6px 34px no-repeat,
    linear-gradient(#0064df, #0064df) 28px 12px / 6px 28px no-repeat;
}

.cl-works h2::before {
  left: -92px;
  transform: translateY(-50%) rotate(-28deg);
}

.cl-works h2::after {
  right: -92px;
  transform: translateY(-50%) rotate(28deg);
}

.cl-works__lead {
  color: #222;
  font-size: 23px;
  font-weight: 800;
}

.cl-works__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.cl-works__card {
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(7, 38, 83, .16);
}

.cl-works__photos {
  position: relative;
  border-radius: 12px 12px 0 0;
  background: #fff;
}

.cl-works__photos::after {
  content: "›";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #0064df;
  color: #fff;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(7, 38, 83, .22);
  transform: translate(-50%, -50%);
}

.cl-works__photo {
  aspect-ratio: 1 / 1.28;
  background: #dcebf8;
}

.cl-works__photo:first-child {
  border-radius: 12px 0 0 0;
}

.cl-works__photo:last-child {
  border-radius: 0 12px 0 0;
}

.cl-works__photo + .cl-works__photo {
  border-left: 4px solid #fff;
}

.cl-works__tag {
  top: 12px;
  left: 12px;
  min-width: 82px;
  padding: 8px 11px;
  border-radius: 7px;
  background: #07356a;
  font-size: 18px;
}

.cl-works__tag--after {
  right: 12px;
  left: auto;
  background: #ff8a00;
}

.cl-works__body {
  padding: 22px 18px 26px;
}

.cl-works h3 {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #dce9f6;
  color: #1f2937;
  font-size: 23px;
  text-align: center;
}

.cl-works h3::before {
  content: "🏠";
  margin-right: 8px;
  color: #07356a;
}

.cl-works__text {
  margin: 0 0 18px;
  color: #334155;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.cl-works__details {
  display: grid;
  gap: 0;
}

.cl-works__detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  border-bottom: 1px solid #dce9f6;
  color: #111827;
  font-size: 17px;
  font-weight: 900;
}

.cl-works__detail:last-child {
  border-bottom: 0;
}

.cl-works__detail span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #07356a;
  font-weight: 900;
}

.cl-works__detail strong {
  color: #1f2937;
  font-size: 17px;
  white-space: nowrap;
}

.cl-works__price {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 13px 15px;
  border: 2px solid rgba(255, 143, 0, 0.22);
  border-radius: 10px;
  background: linear-gradient(90deg, #fff7e8 0%, #ffffff 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.85);
}

.cl-works__price span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #ff8a00;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.cl-works__price strong {
  color: #f05a00;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.cl-works__icon {
  display: inline-flex;
  width: 22px;
  color: #0064df;
  font-style: normal;
  line-height: 1;
}

.cl-works__result {
  display: none;
}

.cl-works__more {
  margin-top: 38px;
}

.cl-works__button {
  min-width: 380px;
  min-height: 66px;
  border: 2px solid #0064df;
  background: #fff;
  box-shadow: none;
  color: #0064df !important;
  font-size: 20px;
  letter-spacing: .04em;
}

.cl-works__note {
  margin: 28px 0 0;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .cl-works__inner {
    padding: 24px 24px 28px;
  }

  .cl-works h2 {
    font-size: 46px;
  }

  .cl-works__grid {
    gap: 20px;
  }

  .cl-works h3 {
    font-size: 19px;
  }

  .cl-works__tag {
    min-width: 70px;
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .cl-works {
    padding: 46px 14px 34px;
  }

  .cl-works__inner {
    padding: 28px 14px 24px;
  }

  .cl-works__head {
    text-align: center;
  }

  .cl-works__label {
    min-width: 150px;
    min-height: 38px;
    font-size: 16px;
  }

  .cl-works h2 {
    font-size: 38px;
  }

  .cl-works h2::before,
  .cl-works h2::after {
    display: none;
  }

  .cl-works__lead {
    font-size: 17px;
  }

  .cl-works__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cl-works__photo {
    aspect-ratio: 1 / 1.15;
  }

  .cl-works__photos::after {
    width: 46px;
    height: 46px;
    font-size: 44px;
  }

  .cl-works__button {
    width: 100%;
    min-width: 0;
  }

  .cl-works__note {
    font-size: 14px;
    text-align: left;
  }
}

/* 作業実績：既存HTMLブロック用の完成図寄せ上書き */
.cl-works .cl-works__head {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.cl-works {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.cl-works .cl-works__label {
  font-size: 0 !important;
}

.cl-works .cl-works__label::before {
  content: "WORKS";
  font-size: 18px;
}

.cl-works h2#cl-works-title {
  min-width: 0 !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1.15 !important;
  border: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
  text-decoration: none !important;
}

.cl-works h2#cl-works-title::before {
  content: "作業実績";
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  background: none;
  color: #062a59;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.15;
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
  text-decoration: none;
  transform: none;
}

.cl-works h2#cl-works-title::after {
  display: none;
}

.cl-works .cl-works__lead {
  color: transparent !important;
  font-size: 0 !important;
}

.cl-works .cl-works__lead::before {
  content: "クリーンリンクのこれまでの作業事例をご紹介します";
  color: #222;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.7;
}

.cl-works .cl-works__text {
  display: none !important;
}

.cl-works .cl-works__result {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

.cl-works .cl-works__result-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 58px;
  padding: 0 !important;
  border-bottom: 1px solid #dce9f6;
  border-radius: 0 !important;
  background: transparent !important;
  text-align: left !important;
}

.cl-works .cl-works__result-item:last-child {
  border-bottom: 0;
}

.cl-works .cl-works__result-item span {
  margin: 0 !important;
  color: #07356a !important;
  font-size: 17px !important;
}

.cl-works .cl-works__result-item span::before {
  content: "◷";
  display: inline-block;
  width: 22px;
  margin-right: 8px;
  color: #0064df;
}

.cl-works .cl-works__result-item:nth-child(2) span::before {
  content: "👥";
}

.cl-works .cl-works__result-item strong {
  color: #1f2937 !important;
  font-size: 17px !important;
  white-space: nowrap;
}

.cl-works h3::before {
  position: static !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  transform: none !important;
}

@media screen and (max-width: 768px) {
  .cl-works h2#cl-works-title::before {
    font-size: 38px;
  }

  .cl-works .cl-works__lead::before {
    font-size: 17px;
  }
}

/* 作業実績：WORKSを見出しの上に配置 */
.cl-works .cl-works__head {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.cl-works .cl-works__label {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  order: 1;
  margin: 0 auto 18px !important;
}

.cl-works h2#cl-works-title {
  display: block !important;
  order: 2;
  width: 100% !important;
  text-align: center !important;
}

.cl-works .cl-works__lead {
  order: 3;
}

/* クリーンリンク：料金プランセクション */
.cl-price {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 64px 24px 42px;
  background: linear-gradient(180deg, #f2f9ff 0%, #ffffff 52%, #eef8ff 100%);
  box-sizing: border-box;
  overflow-x: clip;
}

.cl-price,
.cl-price * {
  box-sizing: border-box;
}

.cl-price__inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.cl-price__head {
  margin-bottom: 26px;
  text-align: center;
}

.cl-price__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  min-height: 38px;
  margin-bottom: 12px;
  padding: 6px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0064df 0%, #0050b8 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.cl-price__label::before {
  content: "🚚";
  margin-right: 8px;
  font-size: 20px;
}

.cl-price h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 14px;
  color: #062a59;
  font-size: 68px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.cl-price h2::before,
.cl-price h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 52px;
  background:
    linear-gradient(#0064df, #0064df) 8px 2px / 7px 36px no-repeat,
    linear-gradient(#0064df, #0064df) 30px 12px / 7px 30px no-repeat;
}

.cl-price h2::before {
  left: -96px;
  transform: translateY(-50%) rotate(-28deg);
}

.cl-price h2::after {
  right: -96px;
  transform: translateY(-50%) rotate(28deg);
}

.cl-price__lead {
  margin: 0;
  color: #e60012;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.55;
}

.cl-price__lead mark {
  padding: 0 4px;
  background: linear-gradient(transparent 58%, #fff36b 58%);
  color: inherit;
}

.cl-price__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.cl-price__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 12px 12px 14px;
  border: 2px solid #b8d2ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(7, 38, 83, .12);
}

.cl-price__card--popular {
  border-color: #ffb21a;
  box-shadow: 0 12px 28px rgba(255, 138, 0, .18);
}

.cl-price__ribbon {
  position: absolute;
  top: -28px;
  left: 50%;
  z-index: 2;
  min-width: 190px;
  padding: 8px 18px;
  background: #f30909;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  transform: translateX(-50%);
}

.cl-price__ribbon::before,
.cl-price__ribbon::after {
  content: "";
  position: absolute;
  bottom: -14px;
  border-top: 14px solid #c90000;
}

.cl-price__ribbon::before {
  left: 0;
  border-left: 16px solid transparent;
}

.cl-price__ribbon::after {
  right: 0;
  border-right: 16px solid transparent;
}

.cl-price__title {
  margin: 0;
  padding: 16px 10px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(135deg, #0064df 0%, #00499f 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0;
}

.cl-price__title em {
  color: #fff36b;
  font-style: normal;
}

.cl-price__catch {
  margin: 15px 0 10px;
  color: #111;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.cl-price__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 118px;
  margin-bottom: 6px;
}

.cl-price__image img {
  display: block;
  width: min(220px, 88%);
  height: auto;
}

.cl-price__amount {
  margin: 0 0 8px;
  color: #f30909;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.cl-price__amount strong {
  font-size: 48px;
  letter-spacing: .02em;
}

.cl-price__amount span {
  font-size: 25px;
}

.cl-price__amount small {
  margin-left: 6px;
  color: #111;
  font-size: 16px;
  font-weight: 800;
}

.cl-price__specs {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #dce9f6;
}

.cl-price__specs li {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid #e4edf7;
  color: #111;
  font-size: 16px;
  font-weight: 900;
}

.cl-price__spec-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  border-radius: 6px;
  background: #0064df;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.cl-price__icon {
  margin-right: 6px;
  color: #0064df;
  font-style: normal;
}

.cl-price__recommend {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #eaf4ff;
}

.cl-price__recommend-title {
  margin: 0 0 4px;
  color: #0050b8;
  font-size: 16px;
  font-weight: 900;
}

.cl-price__recommend ul {
  margin: 0;
  padding-left: 1.2em;
  color: #111;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.7;
}

.cl-price__note {
  margin: 18px 0 24px;
  color: #222;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}

.cl-price__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, .95fr);
  gap: 36px;
  align-items: center;
}

.cl-price__discount {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 14px 28px;
  border: 2px solid #0064df;
  border-radius: 999px;
  background: #fff;
  color: #0050b8;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.35;
}

.cl-price__discount::before {
  content: "¥";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin-right: 18px;
  border-radius: 50%;
  background: #0050b8;
  color: #fff;
  font-size: 24px;
}

.cl-price__contact {
  display: grid;
  grid-template-columns: .62fr .62fr 1.5fr;
  overflow: hidden;
  min-height: 76px;
  border: 2px solid #0064df;
  border-radius: 5px;
  background: #fff;
}

.cl-price__mini {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 10px 14px;
  border-right: 2px solid #0064df;
  color: #111;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.cl-price__mini-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #18c84f;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.cl-price__mini--mail .cl-price__mini-icon {
  background: #3d9be9;
  font-size: 28px;
}

.cl-price__tel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 8px 18px;
  background: linear-gradient(135deg, #0064df 0%, #00499f 100%);
  color: #fff;
  text-decoration: none;
}

.cl-price__tel-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  grid-column: 1 / -1;
}

.cl-price__tel-badges span {
  display: inline-flex;
  padding: 4px 9px;
  background: #f30909;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
}

.cl-price__tel-lead {
  color: #fff36b;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.cl-price__tel-number {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
  white-space: nowrap;
}

.cl-price__footer-note {
  margin: 12px 0 0;
  color: #111;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 1180px) {
  .cl-price__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-price__bottom {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media screen and (max-width: 768px) {
  .cl-price {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 48px 16px 34px;
  }

  .cl-price h2 {
    font-size: 42px;
  }

  .cl-price h2::before,
  .cl-price h2::after {
    display: none;
  }

  .cl-price__lead {
    font-size: 19px;
  }

  .cl-price__cards {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .cl-price__card--popular {
    margin-top: 24px;
  }

  .cl-price__amount strong {
    font-size: 43px;
  }

  .cl-price__bottom,
  .cl-price__contact {
    grid-template-columns: 1fr;
  }

  .cl-price__discount {
    border-radius: 18px;
    font-size: 18px;
  }

  .cl-price__mini {
    border-right: 0;
    border-bottom: 2px solid #0064df;
  }

  .cl-price__tel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cl-price__tel-badges {
    justify-content: center;
  }

  .cl-price__tel-number {
    font-size: 34px;
  }
}

/* 料金プラン：SWELL見出し装飾と下部CTA崩れの補正 */
.cl-price .cl-price__head {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.cl-price .cl-price__label {
  order: 1;
  margin: 0 auto 12px !important;
}

.cl-price h2#cl-price-title {
  display: block !important;
  order: 2;
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #062a59 !important;
  font-size: 68px !important;
  line-height: 1.12 !important;
  text-align: center !important;
}

.cl-price h2#cl-price-title::before,
.cl-price h2#cl-price-title::after {
  pointer-events: none;
}

.cl-price .cl-price__lead {
  order: 3;
}

.cl-price .cl-price__title {
  margin: 0 !important;
  padding: 16px 10px !important;
  border: 0 !important;
  background: linear-gradient(135deg, #0064df 0%, #00499f 100%) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
}

.cl-price .cl-price__title::before,
.cl-price .cl-price__title::after {
  display: none !important;
}

.cl-price .cl-price__catch {
  margin: 15px 0 10px !important;
}

.cl-price .cl-price__image {
  min-height: 118px !important;
  margin-bottom: 6px !important;
}

.cl-price .cl-price__bottom {
  grid-template-columns: minmax(390px, .82fr) minmax(700px, 1.18fr) !important;
}

.cl-price .cl-price__contact {
  grid-template-columns: 145px 145px minmax(0, 1fr) !important;
}

.cl-price .cl-price__mini {
  grid-template-columns: 48px minmax(0, 1fr) !important;
  min-width: 0;
  writing-mode: horizontal-tb !important;
}

.cl-price .cl-price__mini span {
  writing-mode: horizontal-tb !important;
  white-space: normal;
}

.cl-price .cl-price__tel-number {
  font-size: clamp(32px, 2.5vw, 40px) !important;
}

@media screen and (max-width: 1180px) {
  .cl-price .cl-price__bottom {
    grid-template-columns: 1fr !important;
  }

  .cl-price .cl-price__contact {
    grid-template-columns: 150px 150px minmax(0, 1fr) !important;
  }
}

@media screen and (max-width: 768px) {
  .cl-price h2#cl-price-title {
    font-size: 42px !important;
  }

  .cl-price .cl-price__contact {
    grid-template-columns: 1fr !important;
  }
}

/* 料金プラン：3プランカード型レイアウト */
.cl-price--simple {
  padding: 58px 24px 42px;
  background: linear-gradient(180deg, #f7fcff 0%, #fff 54%, #f3f9ff 100%);
}

.cl-price--simple .cl-price__inner {
  max-width: 1380px;
}

.cl-price--simple .cl-price__head {
  margin-bottom: 36px;
}

.cl-price--simple .cl-price__label {
  min-width: 0;
  min-height: auto;
  margin-bottom: 8px !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0057d9;
  font-size: 22px;
  line-height: 1.4;
}

.cl-price--simple .cl-price__label::before,
.cl-price--simple .cl-price__label::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 2px;
  margin: 0 14px;
  background: #7aa7e8;
  vertical-align: middle;
  transform: rotate(55deg);
}

.cl-price--simple .cl-price__label::after {
  transform: rotate(-55deg);
}

.cl-price--simple h2#cl-price-title {
  margin-bottom: 14px !important;
  color: #061f45 !important;
  font-size: 56px !important;
}

.cl-price--simple h2#cl-price-title span {
  color: #0057d9;
}

.cl-price--simple h2#cl-price-title::before,
.cl-price--simple h2#cl-price-title::after {
  display: none !important;
}

.cl-price--simple .cl-price__lead {
  color: #111 !important;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.7;
}

.cl-price--simple .cl-price__lead mark {
  background: none;
}

.cl-price--simple .cl-price__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.cl-price--simple .cl-price__card {
  padding: 16px;
  border: 1px solid #cfe4d7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 38, 83, .10);
}

.cl-price--simple .cl-price__card--green {
  border-color: #bfe8cf;
}

.cl-price--simple .cl-price__card--blue {
  border: 2px solid #0064df;
  box-shadow: 0 14px 34px rgba(0, 87, 217, .14);
}

.cl-price--simple .cl-price__card--orange {
  border-color: #ffd7bd;
}

.cl-price--simple .cl-price__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 36px;
  margin: 8px auto 18px;
  padding: 7px 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.cl-price--simple .cl-price__badge--green {
  background: linear-gradient(135deg, #2fca67 0%, #10a945 100%);
}

.cl-price--simple .cl-price__badge--blue {
  background: linear-gradient(135deg, #0064df 0%, #004fb5 100%);
}

.cl-price--simple .cl-price__badge--orange {
  background: linear-gradient(135deg, #ff7a17 0%, #f05a00 100%);
}

.cl-price--simple .cl-price__ribbon {
  top: -14px;
  min-width: 200px;
  padding: 8px 18px;
  background: linear-gradient(135deg, #ffc928 0%, #f6ab00 100%);
  color: #fff;
  font-size: 20px;
}

.cl-price--simple .cl-price__ribbon::before,
.cl-price--simple .cl-price__ribbon::after {
  border-top-color: #d68a00;
}

.cl-price--simple .cl-price__title {
  margin: 0 0 10px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #139d43 !important;
  font-size: 34px !important;
  line-height: 1.25 !important;
  text-align: center;
}

.cl-price--simple .cl-price__card--blue .cl-price__title {
  color: #0057d9 !important;
}

.cl-price--simple .cl-price__card--orange .cl-price__title {
  color: #f05a00 !important;
}

.cl-price--simple .cl-price__catch {
  margin: 0 0 14px !important;
  color: #111827;
  font-size: 17px;
  font-weight: 900;
}

.cl-price--simple .cl-price__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  height: 210px;
  margin: 2px 0 8px;
  overflow: hidden;
}

.cl-price--simple .cl-price__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 10px 12px rgba(7, 38, 83, .12));
}

.cl-price--simple .cl-price__load {
  position: absolute;
  right: 18px;
  top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.cl-price--simple .cl-price__load--green {
  background: linear-gradient(135deg, #2fca67 0%, #10a945 100%);
}

.cl-price--simple .cl-price__load--blue {
  background: linear-gradient(135deg, #0064df 0%, #004fb5 100%);
}

.cl-price--simple .cl-price__load--orange {
  background: linear-gradient(135deg, #ff7a17 0%, #f05a00 100%);
}

.cl-price--simple .cl-price__amount {
  margin: 0 0 18px;
}

.cl-price--simple .cl-price__amount strong {
  font-size: 54px;
}

.cl-price--simple .cl-price__card--green .cl-price__amount {
  color: #139d43;
}

.cl-price--simple .cl-price__card--blue .cl-price__amount {
  color: #0057d9;
}

.cl-price--simple .cl-price__card--orange .cl-price__amount {
  color: #f05a00;
}

.cl-price--simple .cl-price__table {
  width: 100%;
  margin-bottom: 14px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #dce9f6;
  border-radius: 8px;
}

.cl-price--simple .cl-price__table th,
.cl-price--simple .cl-price__table td {
  padding: 11px 14px;
  border-bottom: 1px solid #dce9f6;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  text-align: left;
}

.cl-price--simple .cl-price__table tr:last-child th,
.cl-price--simple .cl-price__table tr:last-child td {
  border-bottom: 0;
}

.cl-price--simple .cl-price__table th {
  width: 36%;
  color: #139d43;
}

.cl-price--simple .cl-price__card--blue .cl-price__table th {
  color: #0057d9;
}

.cl-price--simple .cl-price__card--orange .cl-price__table th {
  color: #f05a00;
}

.cl-price--simple .cl-price__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 13px 18px;
  border: 1px solid currentColor;
  border-radius: 8px;
  background: #f3fff8;
  color: #139d43 !important;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.cl-price--simple .cl-price__cta::after {
  content: "›";
  margin-left: auto;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.cl-price--simple .cl-price__card--blue .cl-price__cta {
  background: #fff8df;
  color: #0057d9 !important;
}

.cl-price--simple .cl-price__card--orange .cl-price__cta {
  background: #fff5ed;
  color: #f05a00 !important;
}

.cl-price--simple .cl-price__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid #d8e8f7;
  border-radius: 10px;
  background: rgba(255, 255, 255, .86);
}

.cl-price--simple .cl-price__feature {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 86px;
  padding: 14px 20px;
  border-right: 1px solid #bcd3ea;
}

.cl-price--simple .cl-price__feature:last-child {
  border-right: 0;
}

.cl-price--simple .cl-price__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 3px solid #0057d9;
  border-radius: 50%;
  color: #0057d9;
  font-size: 28px;
  font-weight: 900;
}

.cl-price--simple .cl-price__feature strong {
  display: block;
  color: #0050b8;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.cl-price--simple .cl-price__feature p span {
  display: block;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.cl-price--simple .cl-price__note {
  margin: 16px 0 0;
}

@media screen and (max-width: 1180px) {
  .cl-price--simple .cl-price__cards {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
  }

  .cl-price--simple .cl-price__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-price--simple .cl-price__feature:nth-child(2) {
    border-right: 0;
  }

  .cl-price--simple .cl-price__feature:nth-child(-n+2) {
    border-bottom: 1px solid #bcd3ea;
  }
}

@media screen and (max-width: 768px) {
  .cl-price--simple {
    padding: 46px 16px 34px;
  }

  .cl-price--simple h2#cl-price-title {
    font-size: 34px !important;
  }

  .cl-price--simple .cl-price__label {
    font-size: 17px;
  }

  .cl-price--simple .cl-price__lead {
    font-size: 16px;
  }

  .cl-price--simple .cl-price__title {
    font-size: 28px !important;
  }

  .cl-price--simple .cl-price__amount strong {
    font-size: 44px;
  }

  .cl-price--simple .cl-price__features {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .cl-price--simple .cl-price__feature,
  .cl-price--simple .cl-price__feature:nth-child(2) {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
    min-height: 78px;
    padding: 13px 15px;
    border: 1px solid #cfe5f8;
    border-right: 0;
    border-bottom: 1px solid #cfe5f8;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(7, 38, 83, .07);
  }

  .cl-price--simple .cl-price__feature:last-child {
    border-bottom: 1px solid #cfe5f8;
  }

  .cl-price--simple .cl-price__feature-icon {
    width: 46px;
    height: 46px;
    border-width: 2px;
    background: linear-gradient(180deg, #fff 0%, #eef7ff 100%);
    font-size: 24px;
    box-shadow: inset 0 0 0 5px #f7fbff;
  }

  .cl-price--simple .cl-price__feature strong {
    font-size: 18px;
    line-height: 1.25;
  }

  .cl-price--simple .cl-price__feature p span {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.35;
  }

  .cl-price--simple .cl-price__note {
    margin-top: 16px;
    padding: 0 2px;
    font-size: 12px;
    line-height: 1.7;
  }
}

/* クリーンリンク：選ばれる理由セクション */
.cl-reasons {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 58px 24px 34px;
  background:
    radial-gradient(circle at 5% 8%, rgba(0, 100, 223, .08) 0 2px, transparent 3px) 0 0 / 18px 18px,
    radial-gradient(circle at 96% 4%, rgba(0, 100, 223, .08) 0 2px, transparent 3px) 0 0 / 18px 18px,
    linear-gradient(135deg, #f6fbff 0%, #fff 50%, #eef8ff 100%);
  box-sizing: border-box;
  overflow-x: clip;
}

.cl-reasons,
.cl-reasons * {
  box-sizing: border-box;
}

.cl-reasons__inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

.cl-reasons__head {
  margin-bottom: 28px;
  text-align: center;
}

.cl-reasons__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  color: #0057d9;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.4;
}

.cl-reasons__label::before,
.cl-reasons__label::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 2px;
  margin: 0 14px;
  background: #0057d9;
}

.cl-reasons__label::before {
  transform: rotate(55deg);
}

.cl-reasons__label::after {
  transform: rotate(-55deg);
}

.cl-reasons h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 12px;
  color: #061f45;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.cl-reasons h2 span {
  color: #0057d9;
}

.cl-reasons h2::before,
.cl-reasons h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 44px;
  height: 92px;
  background:
    radial-gradient(ellipse at center, #d6a300 0 45%, transparent 48%) center / 18px 12px repeat-y;
  transform: translateY(-50%) rotate(-18deg);
}

.cl-reasons h2::before {
  left: -82px;
}

.cl-reasons h2::after {
  right: -82px;
  transform: translateY(-50%) rotate(18deg);
}

.cl-reasons__lead {
  margin: 0;
  color: #061f45;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.7;
}

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

.cl-reasons__card {
  position: relative;
  min-width: 0;
  padding: 24px 24px 18px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 38, 83, .10);
}

.cl-reasons__num {
  position: absolute;
  top: 16px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 34px;
  padding: 5px 9px;
  border-radius: 6px;
  background: linear-gradient(135deg, #0064df 0%, #004aa8 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.cl-reasons__top {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 126px;
  padding-left: 10px;
}

.cl-reasons__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  margin-top: 24px;
  color: #0057d9;
  font-size: 64px;
  line-height: 1;
}

.cl-reasons h3 {
  margin: 0 0 12px;
  color: #061f45;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.cl-reasons__text {
  margin: 0;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.75;
}

.cl-reasons__compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.cl-reasons__box {
  overflow: hidden;
  border: 1px solid #d4e4f6;
  border-radius: 6px;
  background: #fff;
}

.cl-reasons__box--cleanlink {
  border-color: #0057d9;
}

.cl-reasons__box-title {
  display: block;
  padding: 6px 10px;
  background: linear-gradient(135deg, #0064df 0%, #004aa8 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

.cl-reasons__box--other .cl-reasons__box-title {
  background: #f0f0f0;
  color: #111827;
}

.cl-reasons__box-body {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 70px;
  padding: 10px 12px;
  color: #061f45;
}

.cl-reasons__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 3px solid #0057d9;
  border-radius: 50%;
  color: #0057d9;
  font-size: 0;
}

.cl-reasons__mark::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.cl-reasons__mark--warn {
  border: 0;
  border-radius: 0;
  color: #061f45;
}

.cl-reasons__mark--warn::before {
  content: "△";
  width: auto;
  height: auto;
  border: 0;
  font-size: 35px;
  line-height: 1;
}

.cl-reasons__mark--ng {
  border: 0;
  color: #061f45;
}

.cl-reasons__mark--ng::before {
  content: "×";
  width: auto;
  height: auto;
  border: 0;
  font-size: 38px;
  line-height: 1;
}

.cl-reasons__box-body strong {
  display: block;
  color: #061f45;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.cl-reasons__box-body span {
  display: block;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.cl-reasons__source {
  margin: 8px 0 18px;
  color: #444;
  font-size: 13px;
  text-align: right;
}

.cl-reasons__stats {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  overflow: hidden;
  margin-top: 26px;
  border: 1px solid #9cc9f2;
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
}

.cl-reasons__stat {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 82px;
  padding: 14px 22px;
  border-right: 1px solid #9cc9f2;
}

.cl-reasons__stat:last-child {
  border-right: 0;
}

.cl-reasons__stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #eef7ff;
  color: #0057d9;
  font-size: 30px;
  font-weight: 900;
}

.cl-reasons__stat:first-child .cl-reasons__stat-icon {
  border: 3px solid #0057d9;
  background: #fff;
}

.cl-reasons__stat strong {
  display: block;
  color: #0050b8;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.cl-reasons__stat span {
  display: block;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.cl-reasons__cta {
  display: grid;
  grid-template-columns: minmax(270px, .9fr) 250px 250px minmax(340px, .9fr);
  gap: 18px;
  align-items: center;
  margin-top: 28px;
}

.cl-reasons__cta-title {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.cl-reasons__cta-title-icon {
  color: #0057d9;
  font-size: 50px;
}

.cl-reasons__cta-title strong {
  display: block;
  color: #0050b8;
  font-size: 23px;
  font-weight: 900;
}

.cl-reasons__cta-title span {
  color: #111827;
  font-size: 15px;
  font-weight: 700;
}

.cl-reasons__button {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 10px 18px;
  border-radius: 7px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
}

.cl-reasons__button--line {
  background: linear-gradient(135deg, #18c84f 0%, #05aa3f 100%);
}

.cl-reasons__button--mail {
  border: 1px solid #9cc9f2;
  background: #fff;
  color: #0050b8 !important;
}

.cl-reasons__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(255,255,255,.2);
  font-size: 20px;
}

.cl-reasons__button--mail .cl-reasons__button-icon {
  background: #eaf4ff;
  font-size: 28px;
}

.cl-reasons__tel {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 12px 22px;
  border: 1px solid #b8d2ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(7, 38, 83, .10);
  color: #061f45;
  text-decoration: none;
}

.cl-reasons__tel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eaf4ff;
  color: #0057d9;
  font-size: 28px;
}

.cl-reasons__tel small {
  display: block;
  color: #0050b8;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
}

.cl-reasons__tel strong {
  display: block;
  color: #f02536;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .03em;
  white-space: nowrap;
}

.cl-reasons__tel span {
  display: block;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
}

@media screen and (max-width: 1180px) {
  .cl-reasons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .cl-reasons__stat {
    border-bottom: 1px solid #9cc9f2;
  }

  .cl-reasons__stat:nth-child(2n) {
    border-right: 0;
  }

  .cl-reasons__stat:last-child {
    border-bottom: 0;
  }

  .cl-reasons__cta {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .cl-reasons {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 46px 16px 34px;
  }

  .cl-reasons__label {
    font-size: 17px;
  }

  .cl-reasons h2 {
    font-size: 34px;
  }

  .cl-reasons h2::before,
  .cl-reasons h2::after {
    display: none;
  }

  .cl-reasons__lead {
    font-size: 16px;
  }

  .cl-reasons__grid,
  .cl-reasons__stats,
  .cl-reasons__cta {
    grid-template-columns: 1fr;
  }

  .cl-reasons__grid {
    gap: 14px;
  }

  .cl-reasons__card {
    position: relative;
    padding: 16px 14px 14px;
    border: 1px solid #d8e8f7;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(7, 38, 83, .08);
  }

  .cl-reasons__num {
    top: 18px;
    left: 16px;
    min-width: 40px;
    min-height: 36px;
    border-radius: 8px;
    font-size: 17px;
    z-index: 2;
  }

  .cl-reasons__top {
    display: block;
    min-height: 108px;
    padding-top: 2px;
    padding-left: 84px;
  }

  .cl-reasons__icon {
    position: absolute;
    top: 58px;
    left: 20px;
    width: 52px;
    height: 52px;
    margin: 0;
    border-radius: 13px;
    background: #eef7ff;
    font-size: 34px;
  }

  .cl-reasons h3 {
    position: relative !important;
    margin: 0 0 8px !important;
    padding: 0 0 12px !important;
    font-size: 21px !important;
    line-height: 1.35 !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .cl-reasons__text {
    font-size: 14px;
    line-height: 1.65;
  }

  .cl-reasons__compare {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 16px;
    margin-left: 0;
  }

  .cl-reasons__box {
    border-radius: 10px;
    overflow: hidden;
  }

  .cl-reasons__box-title {
    padding: 6px 10px;
    font-size: 13px;
  }

  .cl-reasons__box-body {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 66px;
    padding: 10px 16px 10px 22px;
  }

  .cl-reasons__mark {
    justify-self: start;
    width: 30px;
    height: 30px;
    border-width: 2px;
  }

  .cl-reasons__mark::before {
    width: 14px;
    height: 14px;
    border-width: 2px;
  }

  .cl-reasons__mark--warn::before {
    font-size: 27px;
  }

  .cl-reasons__mark--ng::before {
    font-size: 30px;
  }

  .cl-reasons__box-body strong {
    font-size: 15px;
    line-height: 1.28;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .cl-reasons__box-body span {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.3;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .cl-reasons__stat,
  .cl-reasons__stat:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid #9cc9f2;
  }

  .cl-reasons__stat:last-child {
    border-bottom: 0;
  }

  .cl-reasons__tel strong {
    font-size: 30px;
  }
}

/* 選ばれる理由：SWELL見出し装飾の補正 */
.cl-reasons h2#cl-reasons-title {
  display: inline-block !important;
  width: auto !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #061f45 !important;
  font-size: 54px !important;
  line-height: 1.18 !important;
  text-align: center !important;
}

.cl-reasons h2#cl-reasons-title::before,
.cl-reasons h2#cl-reasons-title::after {
  content: "";
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  width: 44px !important;
  height: 92px !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background:
    radial-gradient(ellipse at center, #d6a300 0 45%, transparent 48%) center / 18px 12px repeat-y !important;
}

.cl-reasons h2#cl-reasons-title::before {
  left: -82px !important;
  transform: translateY(-50%) rotate(-18deg) !important;
}

.cl-reasons h2#cl-reasons-title::after {
  right: -82px !important;
  transform: translateY(-50%) rotate(18deg) !important;
}

.cl-reasons h3 {
  margin: 0 0 12px !important;
  padding: 0 0 12px !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.cl-reasons h3::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 3px !important;
  padding: 0 !important;
  border: 0 !important;
  background: linear-gradient(90deg, #0064df 0 30%, rgba(150, 150, 150, .2) 30% 100%) !important;
  transform: none !important;
}

@media screen and (max-width: 768px) {
  .cl-reasons h2#cl-reasons-title {
    font-size: 34px !important;
  }

  .cl-reasons h2#cl-reasons-title::before,
  .cl-reasons h2#cl-reasons-title::after {
    display: none !important;
  }

  .cl-reasons h3 {
    position: relative !important;
    margin: 0 0 8px !important;
    padding: 0 0 12px !important;
    font-size: 21px !important;
    line-height: 1.35 !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .cl-reasons__box-body {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    min-height: 64px !important;
    padding: 10px 18px 10px 26px !important;
  }

  .cl-reasons__mark {
    flex: 0 0 30px !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    transform: none !important;
  }

  .cl-reasons__mark::before {
    width: 14px !important;
    height: 14px !important;
  }

  .cl-reasons__mark--warn,
  .cl-reasons__mark--ng {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .cl-reasons__mark--warn::before {
    width: auto !important;
    height: auto !important;
    font-size: 28px !important;
  }

  .cl-reasons__mark--ng::before {
    width: auto !important;
    height: auto !important;
    font-size: 30px !important;
  }

  .cl-reasons__box-body > div {
    min-width: 0 !important;
  }

  .cl-reasons__mark {
    border: 0 !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #0064df 0%, #004aa8 100%) !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
  }

  .cl-reasons__mark::before {
    content: "✓" !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    line-height: 1 !important;
  }

  .cl-reasons__mark--warn {
    background: #fff !important;
    color: #111827 !important;
    border: 2px solid #111827 !important;
    border-radius: 8px !important;
  }

  .cl-reasons__mark--warn::before {
    content: "!" !important;
    font-size: 18px !important;
  }

  .cl-reasons__mark--ng {
    background: #fff !important;
    color: #111827 !important;
    border: 2px solid #111827 !important;
  }

  .cl-reasons__mark--ng::before {
    content: "×" !important;
    font-size: 20px !important;
  }

  .cl-reasons__source {
    margin: 10px 2px 12px !important;
    text-align: right !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
  }

  .cl-reasons__stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    overflow: visible !important;
    margin-top: 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .cl-reasons__stat,
  .cl-reasons__stat:nth-child(2n),
  .cl-reasons__stat:last-child {
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: center !important;
    min-height: 64px !important;
    padding: 10px !important;
    border: 1px solid #cfe5f8 !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 8px 18px rgba(7, 38, 83, .06) !important;
  }

  .cl-reasons__stat:first-child {
    grid-column: 1 / -1 !important;
    min-height: 58px !important;
    padding: 12px 14px !important;
    background: linear-gradient(135deg, #005bd8 0%, #0084e6 100%) !important;
    color: #fff !important;
  }

  .cl-reasons__stat:first-child strong,
  .cl-reasons__stat:first-child span {
    color: #fff !important;
  }

  .cl-reasons__stat-icon,
  .cl-reasons__stat:first-child .cl-reasons__stat-icon {
    width: 36px !important;
    height: 36px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #eaf4ff !important;
    color: #0057d9 !important;
    font-size: 18px !important;
    box-shadow: inset 0 0 0 1px #d6eaff !important;
  }

  .cl-reasons__stat:first-child .cl-reasons__stat-icon {
    background: rgba(255, 255, 255, .18) !important;
    color: #fff !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .34) !important;
  }

  .cl-reasons__stat strong {
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  .cl-reasons__stat span {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .cl-reasons__cta {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    margin-top: 14px !important;
  }

  .cl-reasons__cta-title {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 3px !important;
    padding: 13px 12px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #005bd8 0%, #0084e6 100%) !important;
    color: #fff !important;
    text-align: center !important;
    box-shadow: 0 10px 22px rgba(0, 87, 217, .16) !important;
  }

  .cl-reasons__cta-title-icon {
    display: none !important;
  }

  .cl-reasons__cta-title > *:first-child:not(strong):not(span) {
    display: none !important;
  }

  .cl-reasons__cta-title strong {
    color: #fff !important;
    font-size: 19px !important;
    line-height: 1.3 !important;
    letter-spacing: .01em !important;
  }

  .cl-reasons__cta-title span {
    display: block !important;
    margin-top: 0 !important;
    color: #eaf4ff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }

  .cl-reasons__button,
  .cl-reasons__tel {
    width: 100% !important;
    min-height: 58px !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 18px rgba(7, 38, 83, .08) !important;
  }

  .cl-reasons__button {
    grid-template-columns: 42px minmax(0, 1fr) 16px !important;
    gap: 10px !important;
    padding: 9px 13px !important;
  }

  .cl-reasons__button::after {
    content: "›" !important;
    display: block !important;
    color: currentColor !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  .cl-reasons__button-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
  }

  .cl-reasons__button strong {
    display: block !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
  }

  .cl-reasons__button span {
    display: block !important;
    margin-top: 1px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .cl-reasons__tel {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 10px !important;
    min-height: 66px !important;
    padding: 10px 13px !important;
    background: #fff !important;
    border: 1px solid #cfe5f8 !important;
    border-radius: 12px !important;
  }

  .cl-reasons__tel-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
  }

  .cl-reasons__tel strong {
    display: block !important;
    width: 100% !important;
    color: #ef3340 !important;
    font-size: clamp(24px, 7vw, 28px) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  .cl-reasons__tel small,
  .cl-reasons__tel span {
    display: block !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  .cl-reasons__tel small {
    color: #0050b8 !important;
    font-weight: 900 !important;
  }

  .cl-reasons__tel span {
    margin-top: 2px !important;
    color: #111827 !important;
  }

  .cl-reasons__cta-title svg,
  .cl-reasons__cta-title i,
  .cl-reasons__cta-title img,
  .cl-reasons__cta-title [aria-hidden="true"] {
    display: none !important;
  }

  .cl-reasons__button,
  .cl-reasons__tel {
    display: grid !important;
    align-items: center !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .cl-reasons__button {
    grid-template-columns: 46px minmax(0, 1fr) 18px !important;
    min-height: 64px !important;
    padding: 10px 12px !important;
  }

  .cl-reasons__tel {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    min-height: 72px !important;
    padding: 11px 12px !important;
  }

  .cl-reasons__button-icon,
  .cl-reasons__tel-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
  }

  .cl-reasons__button > :not(.cl-reasons__button-icon),
  .cl-reasons__tel > :not(.cl-reasons__tel-icon) {
    min-width: 0 !important;
  }

  .cl-reasons__button strong,
  .cl-reasons__button span,
  .cl-reasons__tel small,
  .cl-reasons__tel strong,
  .cl-reasons__tel span {
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }

  .cl-reasons__tel strong {
    font-size: clamp(24px, 6.4vw, 27px) !important;
  }
}

/* クリーンリンク：オリジナル割引セクション */
.cl-discount {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 28px 24px 0;
  background:
    radial-gradient(circle at 7% 45%, rgba(0, 100, 223, .08) 0 2px, transparent 3px) 0 0 / 18px 18px,
    radial-gradient(circle at 94% 20%, rgba(0, 100, 223, .08) 0 2px, transparent 3px) 0 0 / 18px 18px,
    linear-gradient(135deg, #f8fcff 0%, #fff 48%, #eef8ff 100%);
  box-sizing: border-box;
  overflow-x: clip;
}

.cl-discount,
.cl-discount * {
  box-sizing: border-box;
}

.cl-discount__inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.cl-discount__hero {
  position: relative;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 210px;
  gap: 18px;
  align-items: center;
  min-height: 214px;
}

.cl-discount__brand {
  align-self: start;
  color: #0050b8;
  font-weight: 900;
}

.cl-discount__logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0aa4df, #0050b8);
  color: #fff;
  font-size: 42px;
  transform: rotate(-14deg);
}

.cl-discount__brand strong {
  display: block;
  margin-top: 6px;
  color: #061f45;
  font-size: 27px;
  line-height: 1.1;
}

.cl-discount__brand span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: .16em;
}

.cl-discount__mascot {
  display: grid;
  justify-items: center;
  align-self: end;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}

.cl-discount__mascot::after {
  content: "👷‍♂️📣";
  display: block;
  margin-top: 8px;
  font-size: 96px;
  line-height: 1;
}

.cl-discount__main {
  text-align: center;
}

.cl-discount__ribbon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 560px;
  min-height: 54px;
  margin-bottom: 10px;
  padding: 10px 34px;
  background: linear-gradient(135deg, #f63268 0%, #e8215c 100%);
  color: #fff;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.2;
  clip-path: polygon(0 18%, 8% 18%, 8% 0, 92% 0, 92% 18%, 100% 18%, 94% 100%, 6% 100%);
}

.cl-discount h2 {
  margin: 0 0 8px;
  color: #061f45;
  font-size: 66px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.cl-discount h2 span {
  color: #e8215c;
}

.cl-discount__lead {
  margin: 0;
  color: #0050b8;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.4;
}

.cl-discount__badge {
  justify-self: center;
  align-self: start;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 168px;
  margin-top: 18px;
  padding: 22px;
  background: #ffe12e;
  color: #111827;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  clip-path: polygon(50% 0%, 58% 12%, 71% 5%, 76% 19%, 91% 17%, 88% 32%, 100% 41%, 87% 50%, 100% 59%, 88% 68%, 91% 83%, 76% 81%, 71% 95%, 58% 88%, 50% 100%, 42% 88%, 29% 95%, 24% 81%, 9% 83%, 12% 68%, 0% 59%, 13% 50%, 0% 41%, 12% 32%, 9% 17%, 24% 19%, 29% 5%, 42% 12%);
  transform: rotate(8deg);
}

.cl-discount__deal {
  display: grid;
  grid-template-columns: minmax(0, .85fr) 64px minmax(0, .72fr) 260px;
  align-items: stretch;
  overflow: hidden;
  margin: 14px auto 18px;
  border: 2px solid #0057d9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(7, 38, 83, .10);
}

.cl-discount__deal-item {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 150px;
  padding: 24px 32px;
}

.cl-discount__deal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  border-radius: 12px;
  background: linear-gradient(135deg, #19c94f, #05a63e);
  color: #fff;
  font-size: 32px;
  font-weight: 900;
}

.cl-discount__deal-icon--photo {
  background: linear-gradient(135deg, #1976dd, #0050b8);
  font-size: 54px;
}

.cl-discount__deal-title {
  margin: 0;
  color: #13a33e;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
}

.cl-discount__deal-title span {
  display: block;
  color: #111827;
  font-size: 20px;
}

.cl-discount__deal-price {
  margin: 0;
  color: #13a33e;
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.cl-discount__deal-price span {
  display: block;
  margin-bottom: 5px;
  color: #111827;
  font-size: 20px;
  line-height: 1.2;
}

.cl-discount__deal-price strong {
  display: block;
  color: currentColor;
  font-size: 54px;
  line-height: 1;
}

.cl-discount__deal-price small {
  font-size: 25px;
}

.cl-discount__deal-item--photo .cl-discount__deal-title,
.cl-discount__deal-item--photo .cl-discount__deal-price {
  color: #0057d9;
}

.cl-discount__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0050b8;
  font-size: 62px;
  font-weight: 900;
}

.cl-discount__total {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  background: linear-gradient(135deg, #f63268 0%, #ef235e 100%);
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.cl-discount__total span {
  display: block;
  font-size: 23px;
}

.cl-discount__total strong {
  display: block;
  color: #fff000;
  font-size: 58px;
  line-height: 1;
}

.cl-discount__total small {
  display: block;
  color: #fff000;
  font-size: 31px;
  line-height: 1.1;
}

.cl-discount__total em {
  display: block;
  color: #fff000;
  font-size: 31px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
}

.cl-discount__section-title {
  margin: 0 0 20px;
  color: #0050b8;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.cl-discount__section-title strong {
  color: #e8215c;
  font-size: 38px;
}

.cl-discount__cards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.cl-discount__card {
  min-width: 0;
  padding: 14px 14px 16px;
  border: 1.5px solid currentColor;
  border-radius: 12px;
  background: rgba(255, 255, 255, .9);
  color: #0057d9;
  text-align: center;
}

.cl-discount__card--green { color: #12a742; }
.cl-discount__card--pink { color: #e8215c; }
.cl-discount__card--orange { color: #f27a00; }
.cl-discount__card--gold { color: #e89b00; }
.cl-discount__card--purple { color: #7132b8; }

.cl-discount__card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.cl-discount__card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: currentColor;
  color: #fff;
  font-size: 20px;
}

.cl-discount__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  font-size: 70px;
  line-height: 1;
}

.cl-discount__card-text {
  min-height: 54px;
  margin: 0;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
}

.cl-discount__card-price {
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 2px dotted currentColor;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.cl-discount__card-price strong {
  color: currentColor;
  font-size: 36px;
  line-height: 1;
}

.cl-discount__card-price small {
  color: currentColor;
  font-size: 20px;
}

.cl-discount__message {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: center;
  margin: 18px 0 14px;
  color: #0050b8;
}

.cl-discount__message-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  color: #f3bd00;
  font-size: 38px;
  box-shadow: 0 6px 16px rgba(7, 38, 83, .10);
}

.cl-discount__message p {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45;
}

.cl-discount__message p strong {
  color: #e8215c;
}

.cl-discount__mini-cta {
  padding: 12px 18px;
  border: 1.5px solid #0057d9;
  border-radius: 12px;
  background: #fff;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.cl-discount__mini-cta strong {
  color: #e8215c;
}

.cl-discount__bottom {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(135deg, #0057d9 0%, #003f9f 100%);
}

.cl-discount__bottom-inner {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(320px, .8fr) minmax(360px, .85fr);
  gap: 22px;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  min-height: 96px;
  margin: 0 auto;
  padding: 14px 24px;
}

.cl-discount__phone {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.cl-discount__phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  color: #0050b8;
  font-size: 42px;
}

.cl-discount__phone small {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}

.cl-discount__phone strong {
  display: block;
  color: #fff;
  font-size: 43px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.cl-discount__bottom-button {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 28px;
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 12px 22px;
  border-radius: 14px;
  color: #fff !important;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
}

.cl-discount__bottom-button--mail {
  background: linear-gradient(135deg, #ff9318 0%, #ff6a00 100%);
}

.cl-discount__bottom-button--line {
  background: linear-gradient(135deg, #18c84f 0%, #05aa3f 100%);
}

.cl-discount__bottom-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  background: rgba(255,255,255,.95);
  color: currentColor;
  font-size: 30px;
}

.cl-discount__bottom-button--mail .cl-discount__bottom-button-icon {
  color: #ff7a00;
}

.cl-discount__bottom-button--line .cl-discount__bottom-button-icon {
  color: #10a945;
  font-size: 18px;
}

.cl-discount__bottom-button::after {
  content: "›";
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 1180px) {
  .cl-discount__hero {
    grid-template-columns: 1fr;
  }

  .cl-discount__brand,
  .cl-discount__mascot,
  .cl-discount__badge {
    display: none;
  }

  .cl-discount__deal {
    grid-template-columns: 1fr;
  }

  .cl-discount__plus {
    min-height: 54px;
  }

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

  .cl-discount__message {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .cl-discount__mini-cta {
    grid-column: 1 / -1;
  }

  .cl-discount__bottom-inner {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .cl-discount {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 36px 16px 0;
  }

  .cl-discount__ribbon {
    min-width: 0;
    width: 100%;
    font-size: 22px;
  }

  .cl-discount h2 {
    font-size: 40px;
  }

  .cl-discount__lead,
  .cl-discount__section-title,
  .cl-discount__message p {
    font-size: 19px;
  }

  .cl-discount__deal-item {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .cl-discount__total strong {
    font-size: 46px;
  }

  .cl-discount__cards {
    grid-template-columns: 1fr;
  }

  .cl-discount__message {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cl-discount__message-icon {
    margin: 0 auto;
  }

  .cl-discount__bottom {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .cl-discount__bottom-inner {
    padding: 16px 12px;
  }

  .cl-discount__phone,
  .cl-discount__bottom-button {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
  }

  .cl-discount__phone strong {
    max-width: 100%;
    font-size: clamp(25px, 7.2vw, 31px);
    letter-spacing: 0;
    white-space: nowrap;
  }

  .cl-discount__phone small {
    font-size: 14px;
    line-height: 1.25;
  }

  .cl-discount__phone-icon {
    width: 52px;
    height: 52px;
    font-size: 30px;
  }

  .cl-discount__bottom-button::after {
    display: none;
  }
}

/* オリジナル割引：SWELL見出し装飾の補正 */
.cl-discount h2#cl-discount-title {
  display: block !important;
  width: auto !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #061f45 !important;
  font-size: clamp(48px, 4.2vw, 62px) !important;
  line-height: 1.08 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.cl-discount h2#cl-discount-title::before,
.cl-discount h2#cl-discount-title::after {
  display: none !important;
  content: none !important;
}

.cl-discount h2#cl-discount-title span {
  color: #e8215c !important;
}

.cl-discount h3 {
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.cl-discount h3::before,
.cl-discount h3::after {
  display: none !important;
  content: none !important;
}

.cl-discount .cl-discount__hero {
  min-height: 214px !important;
}

.cl-discount .cl-discount__deal {
  margin-top: 14px !important;
}

@media screen and (max-width: 768px) {
  .cl-discount h2#cl-discount-title {
    font-size: 40px !important;
  }
}

/* オリジナル割引：左上ロゴを非表示 */
.cl-discount .cl-discount__brand {
  display: none !important;
}

.cl-discount .cl-discount__hero {
  grid-template-columns: minmax(0, 1fr) 210px !important;
}

/* オリジナル割引：完成画像寄せの配置調整 */
.cl-discount .cl-discount__inner {
  position: relative;
}

.cl-discount .cl-discount__hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 190px !important;
  align-items: start !important;
  min-height: 238px !important;
  padding-left: 220px;
}

.cl-discount .cl-discount__main {
  min-width: 0;
}

.cl-discount .cl-discount__ribbon {
  min-width: min(560px, 100%);
  min-height: 50px;
  margin-bottom: 10px;
  font-size: 28px;
}

.cl-discount h2#cl-discount-title {
  font-size: clamp(48px, 4.6vw, 66px) !important;
  letter-spacing: 0 !important;
}

.cl-discount .cl-discount__lead {
  margin-top: 6px;
}

.cl-discount .cl-discount__badge {
  grid-column: 2;
  width: 158px;
  height: 158px;
  margin-top: 20px;
}

.cl-discount .cl-discount__mascot {
  position: absolute;
  left: 12px;
  top: 118px;
  z-index: 2;
  display: grid !important;
  width: 190px;
}

.cl-discount .cl-discount__mascot::after {
  font-size: 112px;
}

.cl-discount .cl-discount__deal {
  grid-template-columns: minmax(0, 1fr) 54px minmax(320px, .9fr) 238px;
  width: calc(100% - 220px);
  margin: -8px 0 18px auto !important;
}

.cl-discount .cl-discount__deal-item {
  min-height: 142px;
  padding: 22px 28px;
}

.cl-discount .cl-discount__deal-price {
  font-size: 46px;
}

.cl-discount .cl-discount__total strong {
  font-size: 50px;
}

.cl-discount .cl-discount__deal-item--photo {
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  padding-left: 24px;
  padding-right: 24px;
}

.cl-discount .cl-discount__deal-item--photo .cl-discount__deal-icon {
  width: 96px;
  height: 96px;
}

.cl-discount .cl-discount__deal-item--photo .cl-discount__deal-title {
  font-size: 22px;
  white-space: nowrap;
}

.cl-discount .cl-discount__deal-item--photo .cl-discount__deal-price {
  font-size: 42px;
}

.cl-discount .cl-discount__cards {
  gap: 14px;
}

.cl-discount .cl-discount__card {
  padding: 14px 12px 16px;
}

/* オリジナル割引：%OFF表記用の整列 */
@media screen and (min-width: 1181px) {
  .cl-discount .cl-discount__deal {
    grid-template-columns: minmax(390px, 1fr) 46px minmax(360px, .92fr) 214px;
    align-items: stretch;
    width: calc(100% - 230px);
  }

  .cl-discount .cl-discount__deal-item,
  .cl-discount .cl-discount__deal-item--photo {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
    min-height: 132px;
    padding: 18px 22px;
  }

  .cl-discount .cl-discount__deal-icon,
  .cl-discount .cl-discount__deal-item--photo .cl-discount__deal-icon {
    width: 88px;
    height: 88px;
  }

  .cl-discount .cl-discount__deal-title,
  .cl-discount .cl-discount__deal-item--photo .cl-discount__deal-title {
    font-size: 21px;
    line-height: 1.28;
    white-space: normal;
  }

  .cl-discount .cl-discount__deal-price,
  .cl-discount .cl-discount__deal-item--photo .cl-discount__deal-price {
    font-size: 1rem;
    white-space: nowrap;
  }

  .cl-discount .cl-discount__deal-price span {
    margin-bottom: 4px;
    font-size: 17px;
  }

  .cl-discount .cl-discount__deal-price strong {
    font-size: clamp(38px, 3.3vw, 48px);
    letter-spacing: -.01em;
  }

  .cl-discount .cl-discount__deal-price strong small,
  .cl-discount .cl-discount__card-price strong small,
  .cl-discount .cl-discount__total strong small {
    margin-right: .08em;
    font-size: .42em;
    vertical-align: .12em;
  }

  .cl-discount .cl-discount__total {
    min-width: 0;
    padding: 18px 14px;
  }

  .cl-discount .cl-discount__total span {
    font-size: 20px;
  }

  .cl-discount .cl-discount__total strong {
    font-size: clamp(42px, 3.9vw, 54px);
    white-space: nowrap;
  }

  .cl-discount .cl-discount__total em {
    display: block;
    color: #fff000;
    font-size: 30px;
    font-style: normal;
    line-height: 1.05;
  }

  .cl-discount .cl-discount__cards {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
  }

  .cl-discount .cl-discount__card {
    display: flex;
    flex-direction: column;
    min-height: 338px;
    padding: 18px 16px 18px;
    border-radius: 12px;
  }

  .cl-discount .cl-discount__card-head {
    min-height: 42px;
    align-items: center;
    justify-content: center;
  }

  .cl-discount .cl-discount__card-icon {
    height: 78px;
    margin: 10px 0 8px;
    font-size: 58px;
  }

  .cl-discount .cl-discount__card-text {
    display: grid;
    align-items: center;
    min-height: 52px;
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .cl-discount .cl-discount__card-price {
    margin-top: auto;
    padding-top: 13px;
    font-size: 15px;
    line-height: 1.15;
  }

  .cl-discount .cl-discount__card-price strong {
    display: block;
    margin-top: 3px;
    font-size: clamp(34px, 2.7vw, 44px);
    letter-spacing: -.02em;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1180px) {
  .cl-discount .cl-discount__hero {
    grid-template-columns: 1fr !important;
    padding-left: 0;
  }

  .cl-discount .cl-discount__mascot {
    display: none !important;
  }

  .cl-discount .cl-discount__deal {
    width: 100%;
    margin-top: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .cl-discount .cl-discount__hero {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding-left: 0 !important;
  }

  .cl-discount .cl-discount__main {
    width: 100%;
  }

  .cl-discount .cl-discount__ribbon {
    width: min(100%, 360px);
    min-width: 0;
    min-height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 18px;
    font-size: 22px;
    line-height: 1.15;
  }

  .cl-discount h2#cl-discount-title {
    white-space: normal !important;
    overflow-wrap: anywhere;
    font-size: clamp(36px, 10.8vw, 45px) !important;
    line-height: 1.12 !important;
  }

  .cl-discount .cl-discount__lead {
    font-size: 18px;
    line-height: 1.45;
  }

  .cl-discount .cl-discount__deal {
    grid-template-columns: 1fr !important;
    width: min(100%, 380px);
    margin: 18px auto !important;
    overflow: hidden;
  }

  .cl-discount .cl-discount__deal-item,
  .cl-discount .cl-discount__deal-item--photo {
    grid-template-columns: 1fr !important;
    gap: 8px;
    min-height: 0;
    padding: 18px 16px;
    justify-items: center;
    text-align: center;
  }

  .cl-discount .cl-discount__deal-icon,
  .cl-discount .cl-discount__deal-item--photo .cl-discount__deal-icon {
    width: 78px;
    height: 78px;
    font-size: 22px;
  }

  .cl-discount .cl-discount__deal-icon--photo {
    font-size: 38px;
  }

  .cl-discount .cl-discount__deal-title,
  .cl-discount .cl-discount__deal-item--photo .cl-discount__deal-title {
    font-size: 19px;
    white-space: normal;
  }

  .cl-discount .cl-discount__deal-title span {
    font-size: 16px;
  }

  .cl-discount .cl-discount__deal-price,
  .cl-discount .cl-discount__deal-item--photo .cl-discount__deal-price {
    font-size: 38px;
  }

  .cl-discount .cl-discount__deal-price small {
    font-size: 18px;
  }

  .cl-discount .cl-discount__plus {
    min-height: 38px;
    font-size: 44px;
    line-height: 1;
  }

  .cl-discount .cl-discount__total {
    min-height: 104px;
    padding: 16px;
  }

  .cl-discount .cl-discount__total span {
    font-size: 18px;
  }

  .cl-discount .cl-discount__total strong {
    font-size: 44px;
  }

  .cl-discount .cl-discount__total small,
  .cl-discount .cl-discount__total em {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .cl-discount {
    padding: 30px 12px 0;
  }

  .cl-discount .cl-discount__ribbon {
    width: 100%;
    font-size: 20px;
  }

  .cl-discount h2#cl-discount-title {
    font-size: clamp(32px, 9.4vw, 39px) !important;
    line-height: 1.16 !important;
  }

  .cl-discount .cl-discount__lead {
    font-size: 17px;
  }

  .cl-discount .cl-discount__deal {
    width: 100%;
  }

  .cl-discount .cl-discount__deal-item,
  .cl-discount .cl-discount__deal-item--photo {
    padding: 16px 12px;
  }

  .cl-discount .cl-discount__deal-icon,
  .cl-discount .cl-discount__deal-item--photo .cl-discount__deal-icon {
    width: 68px;
    height: 68px;
  }

  .cl-discount .cl-discount__deal-title,
  .cl-discount .cl-discount__deal-item--photo .cl-discount__deal-title {
    font-size: 18px;
  }

  .cl-discount .cl-discount__deal-price,
  .cl-discount .cl-discount__deal-item--photo .cl-discount__deal-price {
    font-size: 34px;
  }

  .cl-discount .cl-discount__total strong {
    font-size: 40px;
  }
}

/* オリジナル割引：スマホの見栄え調整 */
@media screen and (max-width: 768px) {
  .cl-discount {
    padding: 26px 12px 0 !important;
    background:
      radial-gradient(circle at 10% 8%, rgba(0, 100, 223, .10) 0 2px, transparent 3px) 0 0 / 20px 20px,
      linear-gradient(180deg, #f7fbff 0%, #ffffff 52%, #f1f9ff 100%) !important;
  }

  .cl-discount .cl-discount__ribbon {
    width: min(100%, 340px) !important;
    min-height: 44px;
    margin-bottom: 12px;
    padding: 9px 18px;
    font-size: 20px !important;
  }

  .cl-discount h2#cl-discount-title {
    max-width: 360px;
    margin-inline: auto !important;
    font-size: clamp(31px, 9vw, 40px) !important;
    line-height: 1.12 !important;
  }

  .cl-discount .cl-discount__lead {
    max-width: 360px;
    margin: 8px auto 0;
    font-size: 16px !important;
  }

  .cl-discount .cl-discount__deal {
    width: min(100%, 360px) !important;
    margin: 18px auto 20px !important;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 74, 170, .13);
  }

  .cl-discount .cl-discount__deal-item,
  .cl-discount .cl-discount__deal-item--photo {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 12px;
    width: 100%;
    padding: 14px 14px;
    justify-items: start;
    text-align: left;
  }

  .cl-discount .cl-discount__deal-icon,
  .cl-discount .cl-discount__deal-item--photo .cl-discount__deal-icon {
    width: 58px;
    height: 58px;
    border-radius: 10px;
    font-size: 18px;
  }

  .cl-discount .cl-discount__deal-icon--photo {
    font-size: 30px;
  }

  .cl-discount .cl-discount__deal-title,
  .cl-discount .cl-discount__deal-item--photo .cl-discount__deal-title {
    font-size: 16px;
    line-height: 1.35;
  }

  .cl-discount .cl-discount__deal-title span {
    font-size: 13px;
  }

  .cl-discount .cl-discount__deal-price span {
    margin-bottom: 2px;
    font-size: 13px;
  }

  .cl-discount .cl-discount__deal-price strong {
    font-size: 30px;
  }

  .cl-discount .cl-discount__plus {
    min-height: 30px;
    font-size: 34px;
  }

  .cl-discount .cl-discount__total {
    min-height: 86px;
    padding: 13px;
  }

  .cl-discount .cl-discount__total span {
    font-size: 16px;
  }

  .cl-discount .cl-discount__total strong {
    font-size: 38px;
  }

  .cl-discount .cl-discount__total em {
    font-size: 22px;
  }

  .cl-discount .cl-discount__section-title {
    margin-bottom: 14px;
    font-size: 18px !important;
    line-height: 1.45;
  }

  .cl-discount .cl-discount__section-title strong {
    font-size: 30px;
  }

  .cl-discount .cl-discount__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .cl-discount .cl-discount__card {
    display: flex;
    flex-direction: column;
    min-height: 202px;
    padding: 12px 9px 11px;
    border-radius: 11px;
    box-shadow: 0 8px 18px rgba(7, 38, 83, .08);
  }

  .cl-discount .cl-discount__card-head {
    min-height: 30px;
    justify-content: center;
  }

  .cl-discount .cl-discount__card-num {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }

  .cl-discount .cl-discount__card h3 {
    font-size: 15px;
    line-height: 1.2;
  }

  .cl-discount .cl-discount__card-icon {
    height: 42px;
    margin: 8px 0 6px;
    font-size: 34px;
  }

  .cl-discount .cl-discount__card-text {
    display: grid;
    align-items: center;
    min-height: 42px;
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
  }

  .cl-discount .cl-discount__card-price {
    margin-top: auto;
    padding-top: 9px;
    font-size: 12px;
    line-height: 1.18;
  }

  .cl-discount .cl-discount__card-price strong {
    display: block;
    margin-top: 2px;
    font-size: clamp(25px, 8.4vw, 35px);
    letter-spacing: -.02em;
    white-space: nowrap;
  }

  .cl-discount .cl-discount__card-price strong small {
    margin-right: .08em;
    font-size: .42em;
    vertical-align: .1em;
  }

  .cl-discount .cl-discount__message {
    margin-top: 16px;
    padding: 14px 12px;
    border-radius: 12px;
  }

  .cl-discount .cl-discount__message p {
    font-size: 16px !important;
  }

  .cl-discount .cl-discount__mini-cta {
    width: 100%;
    padding: 12px;
  }

  .cl-discount .cl-discount__bottom {
    margin: 18px 0 0;
    padding: 14px 10px;
  }

  .cl-discount .cl-discount__phone,
  .cl-discount .cl-discount__bottom-button {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    min-height: 64px;
    padding: 10px 12px;
    border-radius: 10px;
  }

  .cl-discount .cl-discount__phone strong {
    max-width: 100%;
    font-size: clamp(25px, 7.2vw, 31px);
    letter-spacing: 0;
    white-space: nowrap;
  }

  .cl-discount .cl-discount__phone small {
    font-size: 14px;
    line-height: 1.25;
  }

  .cl-discount .cl-discount__phone-icon {
    width: 52px;
    height: 52px;
    font-size: 30px;
  }
}

@media screen and (max-width: 360px) {
  .cl-discount .cl-discount__phone,
  .cl-discount .cl-discount__bottom-button {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 10px;
  }

  .cl-discount .cl-discount__phone-icon {
    width: 46px;
    height: 46px;
    font-size: 26px;
  }

  .cl-discount .cl-discount__phone strong {
    font-size: 23px;
  }

  .cl-discount .cl-discount__cards {
    grid-template-columns: 1fr !important;
  }

  .cl-discount .cl-discount__card {
    min-height: 0;
  }
}

/* オリジナル割引：6つの割引カードは非表示 */
.cl-discount .cl-discount__section-title,
.cl-discount .cl-discount__cards,
.cl-discount .cl-discount__message {
  display: none !important;
}

.cl-discount .cl-discount__mini-cta {
  margin-top: 22px !important;
}

.cl-discount .cl-discount__bottom {
  margin-top: 22px !important;
}

@media screen and (max-width: 768px) {
  .cl-discount .cl-discount__mini-cta,
  .cl-discount .cl-discount__bottom {
    margin-top: 16px !important;
  }
}

/* クリーンリンク：お客様の声セクション */
.cl-voices {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 48px 24px 0;
  background:
    radial-gradient(circle at 6% 12%, rgba(0, 100, 223, .07) 0 2px, transparent 3px) 0 0 / 20px 20px,
    linear-gradient(135deg, #f6fbff 0%, #fff 48%, #eef8ff 100%);
  box-sizing: border-box;
  overflow-x: clip;
}

.cl-voices,
.cl-voices * {
  box-sizing: border-box;
}

.cl-voices__inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

.cl-voices__head {
  position: relative;
  margin-bottom: 26px;
  padding-right: 220px;
  text-align: center;
}

.cl-voices__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  color: #0057d9;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.4;
}

.cl-voices__label::before,
.cl-voices__label::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 2px;
  margin: 0 12px;
  background: #0057d9;
}

.cl-voices__label::before {
  transform: rotate(55deg);
}

.cl-voices__label::after {
  transform: rotate(-55deg);
}

.cl-voices h2 {
  margin: 0 0 10px;
  color: #061f45;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.cl-voices h2 span {
  color: #0057d9;
}

.cl-voices__lead {
  margin: 0;
  color: #111827;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
}

.cl-voices__satisfaction {
  position: absolute;
  top: 0;
  right: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 172px;
  min-height: 138px;
  color: #0050b8;
  font-weight: 900;
  text-align: center;
}

.cl-voices__satisfaction::before,
.cl-voices__satisfaction::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 34px;
  height: 104px;
  background: radial-gradient(ellipse at center, #d6a300 0 45%, transparent 48%) center / 16px 12px repeat-y;
}

.cl-voices__satisfaction::before {
  left: 0;
  transform: rotate(-18deg);
}

.cl-voices__satisfaction::after {
  right: 0;
  transform: rotate(18deg);
}

.cl-voices__satisfaction span {
  font-size: 14px;
}

.cl-voices__satisfaction strong {
  color: #0057d9;
  font-size: 48px;
  line-height: 1;
}

.cl-voices__satisfaction small {
  display: block;
  margin-top: 6px;
  color: #111827;
  font-size: 11px;
}

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

.cl-voices__card {
  position: relative;
  min-width: 0;
  padding: 28px 26px 18px;
  border: 1px solid #cfe2f5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 38, 83, .10);
}

.cl-voices__num {
  position: absolute;
  top: 18px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 64px;
  padding-bottom: 12px;
  background: #0057d9;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 50% 100%, 0 78%);
}

.cl-voices h3 {
  min-height: 78px;
  margin: 0 0 12px 70px;
  color: #0050b8;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}

.cl-voices__stars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 22px 70px;
  color: #ffb400;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.cl-voices__stars strong {
  margin-left: 10px;
  color: #111827;
  font-size: 18px;
}

.cl-voices__profile {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.cl-voices__avatar {
  text-align: center;
}

.cl-voices__avatar img {
  display: block;
  width: 116px;
  height: 116px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #eaf4ff;
  object-fit: cover;
}

.cl-voices__avatar strong {
  display: block;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
}

.cl-voices__text {
  margin: 0;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}

.cl-voices__text strong {
  color: #0057d9;
  font-weight: 900;
}

.cl-voices__text em {
  color: #e8215c;
  font-style: normal;
  font-weight: 900;
}

.cl-voices__score {
  position: relative;
  margin-top: 22px;
  padding: 18px 24px;
  border: 1px solid #bcd8f4;
  border-radius: 8px;
  background: #f8fcff;
}

.cl-voices__score::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 22px;
  height: 22px;
  border-right: 1px solid #bcd8f4;
  border-bottom: 1px solid #bcd8f4;
  background: inherit;
  transform: translateX(-50%) rotate(45deg);
}

.cl-voices__card:nth-child(2) .cl-voices__score {
  border-color: #f5bdd2;
  background: #fff9fc;
}

.cl-voices__card:nth-child(3) .cl-voices__score {
  border-color: #bfe4cb;
  background: #f8fff9;
}

.cl-voices__score-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 26px;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
}

.cl-voices__score-stars {
  color: #ffb400;
  font-size: 20px;
  letter-spacing: .18em;
  white-space: nowrap;
}

.cl-voices__more {
  display: grid;
  grid-template-columns: 420px repeat(2, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 20px;
  padding: 18px 38px;
  border: 1px solid #cfe2f5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(7, 38, 83, .08);
}

.cl-voices__more-title {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  color: #0050b8;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
}

.cl-voices__more-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #eaf4ff;
  color: #0057d9;
  font-size: 42px;
}

.cl-voices__more-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

.cl-voices__more-list li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  background: #0057d9;
  color: #fff;
  font-size: 15px;
}

.cl-voices__cta {
  width: 100vw;
  margin: 20px calc(50% - 50vw) 0;
  background: linear-gradient(135deg, #0057d9 0%, #003f9f 100%);
}

.cl-voices__cta-inner {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(270px, .72fr) minmax(300px, .78fr) minmax(350px, .85fr);
  gap: 16px;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  min-height: 98px;
  margin: 0 auto;
  padding: 12px 24px;
}

.cl-voices__cta-title {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  color: #fff;
}

.cl-voices__cta-person {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 12px;
  background: rgba(255,255,255,.16);
  font-size: 54px;
}

.cl-voices__cta-title strong {
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.3;
}

.cl-voices__cta-title strong span {
  color: #fff000;
}

.cl-voices__cta-title small {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.cl-voices__button {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 24px;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 11px 18px;
  border-radius: 9px;
  color: #fff !important;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
}

.cl-voices__button--line {
  background: linear-gradient(135deg, #18c84f 0%, #05aa3f 100%);
}

.cl-voices__button--mail {
  background: linear-gradient(135deg, #ff8b12 0%, #ff5a00 100%);
}

.cl-voices__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 9px;
  background: rgba(255,255,255,.95);
  color: currentColor;
  font-size: 28px;
}

.cl-voices__button--line .cl-voices__button-icon {
  color: #10a945;
  font-size: 16px;
}

.cl-voices__button--mail .cl-voices__button-icon {
  color: #ff6a00;
}

.cl-voices__button::after {
  content: "›";
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.cl-voices__tel {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 11px 18px;
  border-radius: 8px;
  background: #fff;
  color: #061f45;
  text-decoration: none;
}

.cl-voices__tel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0057d9;
  color: #fff;
  font-size: 28px;
}

.cl-voices__tel small {
  display: block;
  color: #061f45;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.4;
}

.cl-voices__tel strong {
  display: block;
  color: #f02536;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.08;
  white-space: nowrap;
}

.cl-voices__tel span {
  display: block;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
}

@media screen and (max-width: 1180px) {
  .cl-voices__head {
    padding-right: 0;
  }

  .cl-voices__satisfaction {
    position: relative;
    right: auto;
    margin: 14px auto 0;
  }

  .cl-voices__cards,
  .cl-voices__more,
  .cl-voices__cta-inner {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .cl-voices {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 42px 16px 0;
  }

  .cl-voices h2 {
    font-size: 40px;
  }

  .cl-voices__label,
  .cl-voices__lead {
    font-size: 16px;
  }

  .cl-voices__card {
    padding: 24px 18px 18px;
  }

  .cl-voices h3,
  .cl-voices__stars {
    margin-left: 62px;
  }

  .cl-voices__profile {
    grid-template-columns: 1fr;
  }

  .cl-voices__more {
    padding: 18px;
  }

  .cl-voices__cta {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cl-voices__cta-inner {
    padding: 16px;
  }
}

/* お客様の声：SWELL見出し装飾の補正 */
.cl-voices h2#cl-voices-title {
  display: inline-block !important;
  width: auto !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #061f45 !important;
  font-size: 58px !important;
  line-height: 1.12 !important;
  text-align: center !important;
}

.cl-voices h2#cl-voices-title::before,
.cl-voices h2#cl-voices-title::after {
  display: none !important;
  content: none !important;
}

.cl-voices h2#cl-voices-title span {
  color: #0057d9 !important;
}

.cl-voices h3 {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.cl-voices h3::before,
.cl-voices h3::after {
  display: none !important;
  content: none !important;
}

@media screen and (max-width: 768px) {
  .cl-voices h2#cl-voices-title {
    font-size: 40px !important;
  }
}

body.cl-voice-template #content.l-content,
body.cl-voice-template .l-content,
body:has(.cl-voices-page) #content.l-content,
body:has(.cl-voices-page) .l-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.cl-voice-template .l-container,
body:has(.cl-voices-page) .l-container {
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.cl-voice-template #main_content,
body.cl-voice-template .l-mainContent,
body.cl-voice-template .l-article,
body.cl-voice-template .l-mainContent__inner,
body:has(.cl-voices-page) #main_content,
body:has(.cl-voices-page) .l-mainContent,
body:has(.cl-voices-page) .l-article,
body:has(.cl-voices-page) .l-mainContent__inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.cl-voice-template #sidebar,
body.cl-voice-template .l-sidebar,
body.cl-voice-template .p-breadcrumb,
body.cl-voice-template .c-pageTitle,
body.cl-voice-template .c-postTitle,
body.cl-voice-template .p-articleHead,
body:has(.cl-voices-page) #sidebar,
body:has(.cl-voices-page) .l-sidebar,
body:has(.cl-voices-page) .p-breadcrumb,
body:has(.cl-voices-page) .c-pageTitle,
body:has(.cl-voices-page) .c-postTitle,
body:has(.cl-voices-page) .p-articleHead {
  display: none !important;
}

body.cl-voice-template .post_content,
body:has(.cl-voices-page) .post_content {
  margin: 0 !important;
  padding: 0 !important;
}

body.cl-voice-template .post_content > *:first-child,
body:has(.cl-voices-page) .post_content > *:first-child {
  margin-top: 0 !important;
}

.cl-voices-page {
  overflow-x: clip;
  background: #f6fbff;
}

.cl-voices--page {
  padding-top: 78px;
  padding-bottom: 0;
}

.cl-voices h1#cl-voices-title {
  display: inline-block !important;
  width: auto !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #061f45 !important;
  font-size: 58px !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

.cl-voices h1#cl-voices-title::before,
.cl-voices h1#cl-voices-title::after {
  display: none !important;
  content: none !important;
}

.cl-voices h1#cl-voices-title span {
  color: #0057d9 !important;
}

.cl-voices .cl-voices__more-title h2 {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #0050b8 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

.cl-voices .cl-voices__more-title h2::before,
.cl-voices .cl-voices__more-title h2::after {
  display: none !important;
  content: none !important;
}

@media screen and (max-width: 768px) {
  .cl-voices--page {
    padding-top: 44px;
  }

  .cl-voices h1#cl-voices-title {
    font-size: 40px !important;
  }

  .cl-voices .cl-voices__more-title h2 {
    font-size: 20px !important;
    text-align: center !important;
  }
}

/* お客様の声ページ：SWELL見出し装飾の追加リセット */
.cl-voices-page .cl-voices__more-title h2,
.cl-voices-page .cl-voices__more-title h2.wp-block-heading,
.cl-voices-page .cl-voices__more-title h2.is-style-section_ttl {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #0050b8 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

.cl-voices-page .cl-voices__more-title h2::before,
.cl-voices-page .cl-voices__more-title h2::after {
  display: none !important;
  content: none !important;
}

.cl-voices-page .cl-voices__more {
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr) minmax(0, 1fr);
}

@media screen and (max-width: 1180px) {
  .cl-voices-page .cl-voices__more {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .cl-voices-page .cl-voices__more-title {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .cl-voices-page .cl-voices__more-title h2,
  .cl-voices-page .cl-voices__more-title h2.wp-block-heading,
  .cl-voices-page .cl-voices__more-title h2.is-style-section_ttl {
    font-size: 20px !important;
    text-align: center !important;
  }
}

/* クリーンリンク：ご利用の流れセクション */
.cl-flow {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 74px 24px 86px;
  background: linear-gradient(180deg, #fffdf8 0%, #fff9e9 100%);
  box-sizing: border-box;
  overflow-x: clip;
}

.cl-flow,
.cl-flow * {
  box-sizing: border-box;
}

.cl-flow__inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.cl-flow__head {
  margin-bottom: 76px;
  text-align: center;
}

.cl-flow__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-bottom: 20px;
  padding: 8px 26px;
  border-radius: 999px;
  background: #e4f4e8;
  color: #009b8f;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.cl-flow__label::before {
  content: "▣";
  margin-right: 10px;
  font-size: 17px;
}

.cl-flow h2 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #222 !important;
  font-size: 46px !important;
  font-weight: 900;
  line-height: 1.2 !important;
  letter-spacing: 0;
}

.cl-flow h2::before,
.cl-flow h2::after,
.cl-flow h3::before,
.cl-flow h3::after {
  display: none !important;
  content: none !important;
}

.cl-flow__lead {
  margin: 0;
  color: #666;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.7;
}

.cl-flow__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.cl-flow__steps::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 12%;
  right: 12%;
  height: 5px;
  background: #009b8f;
}

.cl-flow__step {
  position: relative;
  min-width: 0;
  padding-top: 34px;
}

.cl-flow__num {
  position: absolute;
  top: -80px;
  left: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00a99a 0%, #008d80 100%);
  box-shadow: 0 8px 18px rgba(0, 141, 128, .22);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  transform: translateX(-50%);
}

.cl-flow__card {
  min-height: 360px;
  padding: 34px 28px;
  border: 1px solid #eee;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
  text-align: center;
}

.cl-flow__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-bottom: 24px;
  padding: 6px 18px;
  border-radius: 999px;
  background: #fff3e5;
  color: #f5a01a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.cl-flow__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin: 0 auto 28px;
  border-radius: 14px;
  background: #eaf8f6;
  color: #009b8f;
  font-size: 42px;
}

.cl-flow h3 {
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #222 !important;
  font-size: 25px !important;
  font-weight: 900;
  line-height: 1.35 !important;
  letter-spacing: 0;
}

.cl-flow__text {
  margin: 0;
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.cl-flow__cta {
  margin-top: 70px;
  text-align: center;
}

.cl-flow__cta-text {
  margin: 0 0 22px;
  color: #666;
  font-size: 18px;
  font-weight: 500;
}

.cl-flow__tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 72px;
  padding: 16px 38px;
  border-radius: 999px;
  background: #f5a01a;
  color: #fff !important;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.cl-flow__tel::before {
  content: "☎";
  margin-right: 14px;
  font-size: 24px;
}

.cl-flow__tel-note {
  margin-left: 20px;
  color: #666;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .cl-flow__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 90px;
  }

  .cl-flow__steps::before {
    display: none;
  }

  .cl-flow__num {
    top: -46px;
  }
}

@media screen and (max-width: 768px) {
  .cl-flow {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 52px 16px 60px;
  }

  .cl-flow__head {
    margin-bottom: 58px;
  }

  .cl-flow h2 {
    font-size: 34px !important;
  }

  .cl-flow__lead {
    font-size: 17px;
  }

  .cl-flow__steps {
    grid-template-columns: 1fr;
    gap: 74px;
  }

  .cl-flow__card {
    min-height: 0;
  }

  .cl-flow__cta {
    margin-top: 46px;
  }

  .cl-flow__tel {
    width: 100%;
    min-width: 0;
  }

  .cl-flow__tel-note {
    display: block;
    margin: 14px 0 0;
  }
}

/* ご利用の流れ：クリーンリンク配色に調整 */
.cl-flow {
  background: linear-gradient(180deg, #f4fbff 0%, #ffffff 54%, #eef8ff 100%);
}

.cl-flow__label {
  background: #eaf4ff;
  color: #0057d9;
}

.cl-flow__steps::before {
  background: #0057d9;
}

.cl-flow__num {
  background: linear-gradient(135deg, #0057d9 0%, #0044b8 100%);
  box-shadow: 0 8px 18px rgba(0, 87, 217, .22);
}

.cl-flow__badge {
  background: #eaf4ff;
  color: #0057d9;
}

.cl-flow__icon {
  background: #eef7ff;
  color: #0057d9;
}

.cl-flow__card {
  border-color: #d9e8f6;
  box-shadow: 0 10px 24px rgba(7, 38, 83, .10);
}

.cl-flow__tel {
  background: linear-gradient(135deg, #0057d9 0%, #0044b8 100%);
  box-shadow: 0 10px 22px rgba(0, 87, 217, .22);
}

/* ご利用の流れ：完成図タイプ */
.cl-flow--perfect {
  --cl-flow-blue: #0057d9;
  --cl-flow-deep: #071f45;
  --cl-flow-line: #d7e8f7;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 54px 24px 46px;
  background:
    radial-gradient(circle at 6% 6%, rgba(0, 87, 217, .10) 0 170px, transparent 171px),
    radial-gradient(circle at 94% 12%, rgba(0, 87, 217, .10) 0 190px, transparent 191px),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 48%, #eaf5ff 100%);
  color: var(--cl-flow-deep);
}

.cl-flow--perfect .cl-flow__inner {
  max-width: 1480px;
}

.cl-flow--perfect .cl-flow__head {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.cl-flow--perfect .cl-flow__label {
  display: none;
}

.cl-flow--perfect h2 {
  display: inline-block;
  position: relative;
  margin: 0 0 14px !important;
  color: var(--cl-flow-deep) !important;
  font-size: clamp(48px, 5vw, 82px) !important;
  line-height: 1.08 !important;
}

.cl-flow--perfect h2::first-letter {
  color: var(--cl-flow-deep);
}

.cl-flow--perfect h2::before,
.cl-flow--perfect h2::after {
  display: block !important;
  content: "";
  position: absolute;
  top: 24%;
  width: 48px;
  height: 48px;
  border-top: 6px solid var(--cl-flow-blue);
  border-bottom: 6px solid var(--cl-flow-blue);
  transform: rotate(28deg);
}

.cl-flow--perfect h2::before {
  left: -86px;
}

.cl-flow--perfect h2::after {
  right: -86px;
  transform: rotate(-28deg);
}

.cl-flow--perfect h2 {
  background: linear-gradient(90deg, var(--cl-flow-deep) 0 62%, var(--cl-flow-blue) 62% 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

.cl-flow--perfect .cl-flow__lead {
  color: #333;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 800;
}

.cl-flow--perfect .cl-flow__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.cl-flow--perfect .cl-flow__steps::before,
.cl-flow--perfect .cl-flow__num,
.cl-flow--perfect .cl-flow__badge {
  display: none;
}

.cl-flow--perfect .cl-flow__step {
  padding-top: 0;
}

.cl-flow--perfect .cl-flow__card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 360px;
  padding: 26px 28px 24px;
  border: 1px solid var(--cl-flow-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 36px rgba(7, 38, 83, .12);
  text-align: center;
}

.cl-flow--perfect .cl-flow__icon {
  width: 190px;
  height: 190px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 45% 42%, #ffffff 0 36%, #eaf4ff 37% 100%);
  color: var(--cl-flow-blue);
  font-size: 96px;
  font-weight: 900;
  text-shadow: 0 8px 18px rgba(0, 87, 217, .18);
}

.cl-flow--perfect h3 {
  position: relative;
  margin: 0 0 26px !important;
  color: var(--cl-flow-blue) !important;
  font-size: clamp(28px, 2.4vw, 40px) !important;
  line-height: 1.18 !important;
}

.cl-flow--perfect h3::after {
  display: block !important;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: min(84%, 250px);
  height: 9px;
  border-radius: 999px;
  background: #ffe25c;
  transform: translateX(-50%);
}

.cl-flow--perfect .cl-flow__text {
  color: #151515;
  font-size: clamp(17px, 1.45vw, 23px);
  font-weight: 800;
  line-height: 1.85;
}

.cl-flow--perfect .cl-flow__merits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid var(--cl-flow-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 34px rgba(7, 38, 83, .11);
}

.cl-flow--perfect .cl-flow__merits div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "icon title"
    "icon text";
  align-items: center;
  gap: 2px 20px;
  min-height: 118px;
  padding: 18px 28px;
  border-left: 1px solid var(--cl-flow-line);
}

.cl-flow--perfect .cl-flow__merits div:first-child {
  border-left: 0;
}

.cl-flow--perfect .cl-flow__merits span {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 3px solid #d7e8f7;
  border-radius: 50%;
  color: var(--cl-flow-blue);
  font-size: 28px;
  font-weight: 900;
}

.cl-flow--perfect .cl-flow__merits strong {
  grid-area: title;
  color: var(--cl-flow-blue);
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 900;
  line-height: 1.2;
}

.cl-flow--perfect .cl-flow__merits small {
  grid-area: text;
  color: #222;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 800;
  line-height: 1.35;
}

.cl-flow--perfect .cl-flow__cta {
  display: none;
}

@media screen and (max-width: 1024px) {
  .cl-flow--perfect .cl-flow__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-flow--perfect .cl-flow__merits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-flow--perfect .cl-flow__merits div:nth-child(odd) {
    border-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .cl-flow--perfect {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 42px 14px 40px;
  }

  .cl-flow--perfect .cl-flow__head {
    margin-bottom: 22px;
  }

  .cl-flow--perfect h2 {
    font-size: 42px !important;
  }

  .cl-flow--perfect h2::before,
  .cl-flow--perfect h2::after {
    width: 26px;
    height: 26px;
    border-width: 4px;
  }

  .cl-flow--perfect h2::before {
    left: -44px;
  }

  .cl-flow--perfect h2::after {
    right: -44px;
  }

  .cl-flow--perfect .cl-flow__lead {
    font-size: 16px;
  }

  .cl-flow--perfect .cl-flow__steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 22px;
  }

  .cl-flow--perfect .cl-flow__card {
    grid-template-columns: 88px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    min-height: 0;
    padding: 18px;
    text-align: left;
  }

  .cl-flow--perfect .cl-flow__icon {
    grid-row: 1 / span 2;
    width: 74px;
    height: 74px;
    margin: 0;
    font-size: 38px;
  }

  .cl-flow--perfect h3 {
    margin-bottom: 14px !important;
    font-size: 24px !important;
  }

  .cl-flow--perfect h3::after {
    left: 0;
    width: 120px;
    height: 6px;
    transform: none;
  }

  .cl-flow--perfect .cl-flow__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .cl-flow--perfect .cl-flow__merits {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .cl-flow--perfect .cl-flow__merits div,
  .cl-flow--perfect .cl-flow__merits div:nth-child(odd) {
    min-height: 84px;
    padding: 14px 18px;
    border-left: 0;
    border-top: 1px solid var(--cl-flow-line);
  }

  .cl-flow--perfect .cl-flow__merits div:first-child {
    border-top: 0;
  }

  .cl-flow--perfect .cl-flow__merits span {
    width: 54px;
    height: 54px;
    font-size: 20px;
  }

  .cl-flow--perfect .cl-flow__merits strong {
    font-size: 21px;
  }

  .cl-flow--perfect .cl-flow__merits small {
    font-size: 13px;
  }
}

/* クリーンリンク：よくある質問セクション */
.cl-faq {
  --cl-faq-blue: #005fd6;
  --cl-faq-deep: #061a3a;
  --cl-faq-sky: #eaf6ff;
  --cl-faq-pink: #ef2f67;
  --cl-faq-orange: #ff7a00;
  --cl-faq-green: #13b936;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 64px 16px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 4%, rgba(0, 95, 214, .12) 0 120px, transparent 121px),
    radial-gradient(circle at 92% 5%, rgba(0, 95, 214, .10) 0 150px, transparent 151px),
    linear-gradient(180deg, #eff9ff 0%, #ffffff 42%, #eff8ff 100%);
  color: var(--cl-faq-deep);
}

.cl-faq,
.cl-faq * {
  box-sizing: border-box;
}

.cl-faq__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.cl-faq__head {
  position: relative;
  margin-bottom: 34px;
  text-align: center;
}

.cl-faq__label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 8px;
  color: var(--cl-faq-blue);
  font-size: clamp(16px, 2vw, 25px);
  font-weight: 900;
  line-height: 1.35;
}

.cl-faq__label::before,
.cl-faq__label::after {
  content: "";
  width: 2px;
  height: 34px;
  border-radius: 999px;
  background: var(--cl-faq-blue);
}

.cl-faq__label::before {
  transform: rotate(-34deg);
}

.cl-faq__label::after {
  transform: rotate(34deg);
}

.cl-faq h2,
.cl-faq h3 {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: inherit !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-align: inherit !important;
}

.cl-faq h2::before,
.cl-faq h2::after,
.cl-faq h3::before,
.cl-faq h3::after {
  display: none !important;
  content: none !important;
}

.cl-faq h2 {
  color: var(--cl-faq-deep) !important;
  font-size: clamp(54px, 7.5vw, 108px) !important;
  font-weight: 900 !important;
}

.cl-faq h2 span {
  color: var(--cl-faq-blue);
}

.cl-faq__lead {
  margin: 10px 0 0;
  font-size: clamp(16px, 1.65vw, 24px);
  font-weight: 800;
  line-height: 1.75;
}

.cl-faq__lead span {
  color: var(--cl-faq-blue);
}

.cl-faq__bubble {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 180px;
  min-height: 112px;
  padding: 22px 24px;
  border: 2px solid var(--cl-faq-blue);
  border-radius: 48% 52% 45% 55% / 58% 45% 55% 42%;
  background: #fff;
  color: var(--cl-faq-deep);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.7;
  box-shadow: 0 12px 26px rgba(0, 80, 170, .10);
}

.cl-faq__bubble strong {
  color: var(--cl-faq-blue);
  font-size: 22px;
}

.cl-faq__bubble--left {
  left: 8px;
  top: 38px;
}

.cl-faq__bubble--right {
  right: 10px;
  top: 28px;
}

.cl-faq__bubble::after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 28px;
  height: 20px;
  border-right: 2px solid var(--cl-faq-blue);
  border-bottom: 2px solid var(--cl-faq-blue);
  background: #fff;
}

.cl-faq__bubble--left::after {
  right: 28px;
  transform: rotate(38deg);
}

.cl-faq__bubble--right::after {
  left: 30px;
  transform: rotate(-38deg);
}

.cl-faq__staff {
  position: absolute;
  right: 168px;
  top: 42px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  background: #dff1ff;
  filter: drop-shadow(0 12px 18px rgba(0, 61, 145, .16));
}

.cl-faq__spark {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #ffd22f;
  transform: rotate(45deg);
}

.cl-faq__spark::before,
.cl-faq__spark::after {
  content: "";
  position: absolute;
  inset: 6px -10px;
  background: #ffd22f;
}

.cl-faq__spark::after {
  transform: rotate(90deg);
}

.cl-faq__spark--left {
  left: 188px;
  bottom: 18px;
}

.cl-faq__spark--right {
  right: 330px;
  top: 70px;
}

.cl-faq__list {
  display: grid;
  gap: 14px;
  max-width: 1160px;
  margin: 0 auto;
}

.cl-faq__item {
  border: 1px solid #d7e8f7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(7, 38, 83, .10);
  overflow: hidden;
}

.cl-faq__item summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 78px;
  padding: 18px 26px;
  cursor: pointer;
  list-style: none;
}

.cl-faq__item summary::-webkit-details-marker {
  display: none;
}

.cl-faq__mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0071e8 0%, #0055c8 100%);
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}

.cl-faq h3 {
  font-size: clamp(20px, 2.1vw, 30px) !important;
  font-weight: 900 !important;
}

.cl-faq__toggle {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #dff1ff;
}

.cl-faq__toggle::before,
.cl-faq__toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: var(--cl-faq-blue);
  transform: translate(-50%, -50%);
}

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

.cl-faq__item[open] .cl-faq__toggle::after {
  display: none;
}

.cl-faq__answer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  margin: 0 12px 12px;
  padding: 20px 26px;
  border-radius: 12px;
  background: #f2f9ff;
}

.cl-faq__answer-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--cl-faq-pink);
  color: #fff;
  font-size: 23px;
  font-weight: 900;
}

.cl-faq__answer p {
  margin: 0;
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 700;
  line-height: 1.8;
}

.cl-faq__answer strong {
  color: var(--cl-faq-pink);
  font-size: 1.08em;
}

.cl-faq__proofs {
  display: grid;
  grid-template-columns: 1.25fr repeat(5, 1fr);
  align-items: center;
  gap: 0;
  max-width: 1160px;
  margin: 22px auto 34px;
  padding: 18px 24px;
  border: 1px solid #f0d677;
  border-radius: 14px;
  background: linear-gradient(180deg, #fffdf3 0%, #fff 100%);
  box-shadow: 0 8px 18px rgba(7, 38, 83, .08);
}

.cl-faq__proof {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 98px;
  padding: 0 18px;
  border-left: 1px dashed #e8c95f;
  text-align: center;
}

.cl-faq__proof:first-child {
  border-left: 0;
}

.cl-faq__proof-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 2px solid #cfe2f7;
  border-radius: 50%;
  background: #fff;
  color: var(--cl-faq-blue);
  font-size: 34px;
  font-weight: 900;
}

.cl-faq__proof:first-child .cl-faq__proof-icon {
  width: 94px;
  height: 94px;
  border-color: transparent;
  background: none;
  font-size: 70px;
  filter: drop-shadow(0 8px 12px rgba(0, 95, 214, .16));
}

.cl-faq__proof span {
  color: var(--cl-faq-deep);
  font-size: 15px;
  font-weight: 900;
}

.cl-faq__contact-title {
  display: block;
  position: relative;
  margin: 0 0 18px;
  color: var(--cl-faq-deep);
  font-size: clamp(20px, 2.6vw, 34px);
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.cl-faq__contact-title::before,
.cl-faq__contact-title::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 38px;
  margin: 0 18px -8px;
  border-radius: 999px;
  background: var(--cl-faq-blue);
}

.cl-faq__contact-title::before {
  transform: rotate(-34deg);
}

.cl-faq__contact-title::after {
  transform: rotate(34deg);
}

.cl-faq__contact-title span {
  color: var(--cl-faq-pink);
}

.cl-faq__contacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1160px;
  margin: 0 auto 26px;
}

.cl-faq__contact {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 156px;
  border: 2px solid var(--cl-faq-blue);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  color: var(--cl-faq-deep);
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(7, 38, 83, .10);
}

.cl-faq__contact-head {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 8px 14px;
  background: linear-gradient(135deg, #006ee6 0%, #0054c5 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.cl-faq__contact-body {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px 16px;
}

.cl-faq__contact-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #eef7ff;
  color: var(--cl-faq-blue);
  font-size: 26px;
}

.cl-faq__contact-main {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.cl-faq__contact-main strong {
  color: var(--cl-faq-blue);
  font-size: clamp(20px, 2.25vw, 31px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.cl-faq__contact-main span {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
}

.cl-faq__contact-main small {
  display: inline-flex;
  justify-content: center;
  width: fit-content;
  padding: 5px 16px;
  border-radius: 5px;
  background: #eff7ff;
  font-size: 13px;
  font-weight: 800;
}

.cl-faq__arrow {
  color: inherit;
  font-size: 34px;
  font-weight: 900;
}

.cl-faq__contact--mail {
  border-color: var(--cl-faq-orange);
}

.cl-faq__contact--mail .cl-faq__contact-head {
  background: linear-gradient(135deg, #ff8a00 0%, #ff6500 100%);
}

.cl-faq__contact--mail .cl-faq__contact-icon,
.cl-faq__contact--mail .cl-faq__contact-main strong {
  color: var(--cl-faq-orange);
}

.cl-faq__contact--mail .cl-faq__contact-main strong,
.cl-faq__contact--line .cl-faq__contact-main strong {
  font-size: clamp(20px, 2vw, 29px);
}

.cl-faq__contact--line {
  border-color: var(--cl-faq-green);
}

.cl-faq__contact--line .cl-faq__contact-head {
  background: linear-gradient(135deg, #17c941 0%, #09a82d 100%);
}

.cl-faq__contact--line .cl-faq__contact-icon,
.cl-faq__contact--line .cl-faq__contact-main strong {
  color: var(--cl-faq-green);
}

.cl-faq__contact--line .cl-faq__contact-main small {
  background: #ffe23e;
  color: #111;
}

.cl-faq__area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 62px;
  margin: 0 calc(50% - 50vw);
  padding: 10px 18px;
  background: #dff1ff;
  color: var(--cl-faq-deep);
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 900;
  text-align: center;
}

.cl-faq__area-icon {
  font-size: 34px;
}

.cl-faq__area span {
  color: var(--cl-faq-blue);
}

@media screen and (max-width: 1100px) {
  .cl-faq__bubble,
  .cl-faq__staff,
  .cl-faq__spark {
    display: none;
  }

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

  .cl-faq__proof:nth-child(4) {
    border-left: 0;
  }

  .cl-faq__contacts {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .cl-faq {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 48px 14px 0;
  }

  .cl-faq__head {
    margin-bottom: 24px;
  }

  .cl-faq h2 {
    font-size: 44px !important;
  }

  .cl-faq__lead {
    font-size: 16px;
  }

  .cl-faq__item summary {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    min-height: 68px;
    padding: 15px 14px;
  }

  .cl-faq__mark {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .cl-faq h3 {
    font-size: 18px !important;
  }

  .cl-faq__toggle {
    width: 38px;
    height: 38px;
  }

  .cl-faq__answer {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px;
  }

  .cl-faq__proofs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px;
  }

  .cl-faq__proof,
  .cl-faq__proof:nth-child(4) {
    border-left: 0;
  }

  .cl-faq__proof {
    min-height: 90px;
    border-top: 1px dashed #e8c95f;
  }

  .cl-faq__proof:nth-child(-n+2) {
    border-top: 0;
  }

  .cl-faq__contact-title {
    gap: 10px;
  }

  .cl-faq__contact-body {
    grid-template-columns: auto 1fr;
    padding: 18px;
  }

  .cl-faq__arrow {
    display: none;
  }

  .cl-faq__contact-main strong {
    font-size: 30px;
  }

  .cl-faq__area {
    margin-left: -14px;
    margin-right: -14px;
    flex-direction: column;
    gap: 4px;
  }
}

/* クリーンリンク：全ページ共通フッター */
.cl-site-footer {
  margin-top: 0;
  background: #061a3a;
  color: #fff;
}

.cl-site-footer,
.cl-site-footer * {
  box-sizing: border-box;
}

.cl-site-footer a {
  color: inherit;
  text-decoration: none;
}

.cl-site-footer__cta {
  padding: 28px 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .10) 0 1px, transparent 1px) 0 0 / 22px 22px,
    linear-gradient(135deg, #006ee6 0%, #004fc2 100%);
}

.cl-site-footer__cta-inner {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) 1.65fr;
  gap: 24px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.cl-site-footer__cta-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.cl-site-footer__cta-text p {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.7vw, 34px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.cl-site-footer__cta-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cl-site-footer__btn {
  display: grid;
  gap: 4px;
  min-height: 82px;
  padding: 14px 16px;
  border: 2px solid rgba(255, 255, 255, .55);
  border-radius: 10px;
  background: #fff;
  color: #0057d9 !important;
  box-shadow: 0 10px 22px rgba(0, 31, 87, .20);
}

.cl-site-footer__btn span {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.cl-site-footer__btn strong {
  font-size: clamp(17px, 1.55vw, 23px);
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

.cl-site-footer__btn--tel::before,
.cl-site-footer__btn--line::before,
.cl-site-footer__btn--mail::before {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 2px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.cl-site-footer__btn--tel::before {
  content: "☎";
  background: #0057d9;
}

.cl-site-footer__btn--line {
  color: #11a934 !important;
}

.cl-site-footer__btn--line::before {
  content: "LINE";
  width: 48px;
  border-radius: 8px;
  background: #13b936;
  font-size: 12px;
}

.cl-site-footer__btn--mail {
  color: #ff7200 !important;
}

.cl-site-footer__btn--mail::before {
  content: "✉";
  background: #ff7200;
}

.cl-site-footer__main {
  padding: 54px 16px 44px;
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 111, 230, .18) 0 130px, transparent 131px),
    linear-gradient(180deg, #071f45 0%, #061a3a 100%);
}

.cl-site-footer__inner {
  display: grid;
  grid-template-columns: 1.25fr .9fr .75fr .9fr;
  gap: 34px;
  max-width: 1180px;
  margin: 0 auto;
}

.cl-site-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 260px;
}

.cl-site-footer__logo img {
  display: block;
  width: min(240px, 100%);
  height: auto;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
}

.cl-site-footer__logo-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  color: #0057d9;
  font-size: 22px;
  font-weight: 900;
}

.cl-site-footer__logo-text {
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
}

.cl-site-footer__description {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
}

.cl-site-footer h2 {
  display: block !important;
  margin: 0 0 18px !important;
  padding: 0 0 12px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .22) !important;
  background: none !important;
  color: #fff !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
}

.cl-site-footer h2::before,
.cl-site-footer h2::after {
  display: none !important;
  content: none !important;
}

.cl-site-footer ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cl-site-footer li,
.cl-site-footer__note,
.cl-site-footer__company dd,
.cl-site-footer__company dt {
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.cl-site-footer li {
  position: relative;
  padding-left: 18px;
}

.cl-site-footer li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #48a7ff;
}

.cl-site-footer__nav a {
  transition: color .2s ease;
}

.cl-site-footer__nav a:hover {
  color: #8fd0ff;
}

.cl-site-footer__note {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.cl-site-footer__company dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.cl-site-footer__company dl > div {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.cl-site-footer__company dt {
  color: #8fd0ff;
}

.cl-site-footer__company dd {
  margin: 0;
}

.cl-site-footer__bottom {
  padding: 16px;
  background: #04142e;
  text-align: center;
}

.cl-site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .cl-site-footer__cta-inner,
  .cl-site-footer__inner {
    grid-template-columns: 1fr;
  }

  .cl-site-footer__cta-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .cl-site-footer__cta {
    padding: 24px 14px;
  }

  .cl-site-footer__cta-text p {
    font-size: 24px;
  }

  .cl-site-footer__cta-actions {
    grid-template-columns: 1fr;
  }

  .cl-site-footer__btn {
    min-height: 76px;
  }

  .cl-site-footer__main {
    padding: 42px 16px 34px;
  }

  .cl-site-footer__inner {
    gap: 28px;
  }

  .cl-site-footer__logo img {
    width: 220px;
  }

  .cl-site-footer__company dl > div {
    grid-template-columns: 78px 1fr;
  }
}

/* ファーストビュー：印象調整 */
.home #content.l-content {
  padding-top: 0 !important;
}

.home .post_content > .swell-block-fullWide:first-child {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.cl-fv {
  position: relative;
  isolation: isolate;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: clamp(46px, 5vw, 76px) 20px clamp(62px, 6vw, 96px);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 95, 214, .13) 0 150px, transparent 151px),
    radial-gradient(circle at 78% 18%, rgba(0, 95, 214, .10) 0 220px, transparent 221px),
    linear-gradient(135deg, #f2fbff 0%, #ffffff 48%, #eaf6ff 100%);
}

.cl-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .45;
  background-image: radial-gradient(circle, rgba(0, 95, 214, .18) 1.5px, transparent 1.6px);
  background-size: 22px 22px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 58%);
}

.cl-fv::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -150px;
  z-index: -1;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(0, 95, 214, .08);
}

.cl-fv__inner {
  position: relative;
  max-width: 1320px;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .82fr);
  gap: clamp(30px, 4.2vw, 72px);
}

.cl-fv__area {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 10px 22px;
  background: linear-gradient(135deg, #006de5 0%, #0053cf 100%);
  box-shadow: 0 10px 22px rgba(0, 87, 217, .20);
  font-size: 18px;
  letter-spacing: 0;
}

.cl-fv__area::before {
  content: "🚚";
  font-size: 18px;
}

.cl-fv h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: #063f64;
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: auto;
}

.cl-fv__lead {
  max-width: 700px;
  margin-bottom: 28px;
  color: #1f2f42;
  font-size: clamp(19px, 1.75vw, 27px);
  line-height: 1.8;
}

.cl-fv__lead::before {
  content: "明朗会計で安心";
  display: inline-flex;
  margin: 0 10px 0 0;
  padding: 2px 10px;
  border-radius: 999px;
  background: #fff3bc;
  color: #0057d9;
  font-size: .78em;
  font-weight: 900;
  vertical-align: .08em;
}

.cl-fv__points {
  gap: 12px;
  margin-bottom: 32px;
}

.cl-fv__points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 48px;
  padding: 10px 18px;
  border: 2px solid #0064df;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 8px 18px rgba(0, 95, 214, .08);
  font-size: 17px;
}

.cl-fv__points span::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0057d9;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.cl-fv__buttons {
  gap: 16px;
}

.cl-fv__btn {
  min-width: 240px !important;
  min-height: 76px;
  gap: 10px;
  border-radius: 14px !important;
  box-shadow: 0 14px 26px rgba(0, 67, 170, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}

.cl-fv__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 67, 170, .22);
}

.cl-fv__btn--line {
  background: linear-gradient(135deg, #15c95a 0%, #06ad40 100%);
}

.cl-fv__btn--tel {
  background: linear-gradient(135deg, #006de5 0%, #0052cc 100%);
}

.cl-fv__btn--line::before,
.cl-fv__btn--tel::before {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  font-size: 18px;
}

.cl-fv__btn--line::before {
  content: "LINE";
  width: 48px;
  border-radius: 8px;
  font-size: 12px;
}

.cl-fv__btn--tel::before {
  content: "☎";
}

.cl-fv__image {
  position: relative;
  padding: 18px;
  border-radius: 30px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 24px 60px rgba(6, 31, 70, .14);
}

.cl-fv__image::before {
  content: "作業前後がひと目でわかる";
  position: absolute;
  left: 34px;
  top: -18px;
  z-index: 2;
  padding: 9px 18px;
  border-radius: 999px;
  background: #fff;
  color: #0057d9;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(7, 38, 83, .12);
}

.cl-fv__image::after {
  content: "最短即日対応";
  position: absolute;
  right: -12px;
  bottom: 30px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd331 0%, #ff9a00 100%);
  color: #071f45;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 14px 28px rgba(255, 154, 0, .28);
}

.cl-fv__image img {
  display: block;
  border: 6px solid #fff;
  border-radius: 18px;
  box-shadow: none;
}

.cl-fv__trust {
  max-width: 1320px;
  margin: clamp(34px, 4vw, 54px) auto 0;
}

.cl-fv__trust-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr);
  align-items: center;
  gap: 28px;
  padding: 20px 28px;
  border: 3px solid rgba(0, 87, 217, .10);
  border-radius: 22px;
  background: linear-gradient(135deg, #c8f3ff 0%, #e7fbff 55%, #ffffff 100%);
  box-shadow: 0 18px 42px rgba(7, 38, 83, .12);
}

.cl-fv__trust-awards {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.cl-fv__trust-awards img {
  display: block;
  width: min(100%, 650px);
  height: auto;
  filter: drop-shadow(0 8px 12px rgba(7, 38, 83, .12));
}

.cl-fv__award {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 126px;
  padding: 12px 8px 10px;
  text-align: center;
}

.cl-fv__award::before,
.cl-fv__award::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 32px;
  height: 86px;
  border-radius: 50%;
  border-color: #f2c316;
  border-style: solid;
  filter: drop-shadow(0 2px 0 rgba(255, 255, 255, .78));
}

.cl-fv__award::before {
  left: 2px;
  border-width: 0 0 0 8px;
  transform: rotate(-18deg);
}

.cl-fv__award::after {
  right: 2px;
  border-width: 0 8px 0 0;
  transform: rotate(18deg);
}

.cl-fv__award-crown {
  position: absolute;
  top: -4px;
  color: #f2c316;
  font-size: 24px;
  line-height: 1;
  text-shadow: 0 2px 0 #fff;
}

.cl-fv__award strong {
  position: relative;
  z-index: 1;
  color: #ff3045;
  font-size: clamp(44px, 4.9vw, 70px);
  font-weight: 900;
  line-height: .92;
  letter-spacing: 0;
  text-shadow:
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    0 5px 0 rgba(0, 87, 217, .13);
}

.cl-fv__award strong span {
  font-size: .42em;
}

.cl-fv__award p {
  position: relative;
  z-index: 1;
  margin: 6px 0 0;
  color: #071f45;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.cl-fv__award small {
  position: relative;
  z-index: 1;
  color: #4a5668;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.cl-fv__trust-copy {
  margin: 0;
  color: #071f45;
  font-size: clamp(27px, 3.3vw, 48px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

.cl-fv__trust-copy span,
.cl-fv__trust-copy strong {
  color: #0d9ff0;
  font-size: 1.15em;
}

.cl-fv__trust-copy strong {
  display: inline;
}

@media screen and (max-width: 1024px) {
  .cl-fv__inner {
    grid-template-columns: 1fr;
  }

  .cl-fv__image {
    max-width: 720px;
    margin: 0 auto;
  }

  .cl-fv__trust-inner {
    grid-template-columns: 1fr;
  }

  .cl-fv__trust-copy {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .cl-fv {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 54px 16px 62px;
  }

  .cl-fv h1 {
    font-size: 42px;
  }

  .cl-fv__lead {
    font-size: 17px;
  }

  .cl-fv__points span {
    width: 100%;
    justify-content: center;
  }

  .cl-fv__btn {
    width: 100% !important;
    min-height: 68px;
  }

  .cl-fv__image {
    padding: 10px;
    border-radius: 22px;
  }

  .cl-fv__image::before,
  .cl-fv__image::after {
    display: none;
  }

  .cl-fv__trust {
    margin-top: 26px;
  }

  .cl-fv__trust-inner {
    padding: 18px 12px;
    border-radius: 18px;
  }

  .cl-fv__trust-awards {
    width: 100%;
  }

  .cl-fv__award {
    min-height: 112px;
  }

  .cl-fv__award strong {
    font-size: 46px;
  }

  .cl-fv__award p {
    font-size: 14px;
  }

  .cl-fv__trust-copy {
    font-size: 30px;
  }
}

/* ヘッダー：最終デザイン調整 */
.cl-header-cta {
  position: relative;
  z-index: 20;
  padding: 9px 0 !important;
  border-bottom: 0 !important;
  background: linear-gradient(90deg, #f7fcff 0%, #ffffff 48%, #edf7ff 100%) !important;
  box-shadow: 0 1px 0 rgba(0, 87, 217, .10);
}

.cl-header-cta__inner {
  max-width: 1180px !important;
  min-height: 46px;
  padding: 0 24px !important;
}

.cl-header-cta__text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #063f64 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.cl-header-cta__text::before {
  content: "🚚";
  font-size: 17px;
}

.cl-header-cta__actions {
  gap: 8px !important;
}

.cl-header-cta__tel {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  color: #071f45 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1;
}

.cl-header-cta__line,
.cl-header-cta__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px !important;
  border-radius: 9px !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 900 !important;
  box-shadow: 0 7px 16px rgba(0, 67, 170, .14);
}

.cl-header-cta__line {
  background: linear-gradient(135deg, #16c95b 0%, #06ac3f 100%) !important;
}

.cl-header-cta__contact {
  background: linear-gradient(135deg, #006de5 0%, #0052cc 100%) !important;
}

#header.l-header {
  position: relative;
  z-index: 19;
  min-height: 0 !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 8px 26px rgba(7, 38, 83, .08) !important;
}

#header .l-header__bar {
  display: none !important;
}

#header .l-header__inner {
  max-width: 1180px !important;
  min-height: 100px !important;
  padding: 0 24px !important;
}

#header .l-header__logo {
  flex-shrink: 0;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#header .c-headLogo {
  height: auto !important;
  line-height: 1 !important;
}

#header .c-headLogo__link {
  display: inline-flex;
  align-items: center;
  height: auto !important;
  min-height: 0 !important;
}

#header .c-headLogo img,
#header .c-headLogo__img {
  display: block !important;
  width: auto !important;
  max-width: 230px !important;
  max-height: 86px !important;
  object-fit: contain;
}

#header .c-gnavWrap,
#header .l-header__gnav {
  margin-left: auto !important;
}

#header .c-gnav {
  gap: 24px !important;
}

#header .c-gnav > li > a {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  min-height: 44px !important;
  padding: 8px 0 !important;
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  transition: color .2s ease;
}

#header .c-gnav > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 3px;
  border-radius: 999px;
  background: #0057d9;
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .2s ease, transform .2s ease;
}

#header .c-gnav > li > a:hover,
#header .c-gnav > li.current-menu-item > a:not(:last-child) {
  color: #0057d9 !important;
}

#header .c-gnav > li > a:hover::after,
#header .c-gnav > li.current-menu-item > a::after {
  opacity: 1;
  transform: scaleX(1);
}

#header .c-gnav > li:last-child > a {
  min-width: 128px;
  justify-content: center;
  padding: 13px 28px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #006de5 0%, #0052cc 100%) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(0, 87, 217, .22);
}

#header .c-gnav > li:last-child > a::after {
  display: none !important;
}

#header .c-gnav > li:last-child > a:hover {
  color: #fff !important;
  transform: translateY(-1px);
}

#fix_header.l-fixHeader {
  box-shadow: 0 8px 22px rgba(7, 38, 83, .08) !important;
}

#fix_header .l-fixHeader__inner {
  min-height: 72px !important;
}

@media screen and (max-width: 959px) {
  .cl-header-cta {
    display: none !important;
  }

  #header .l-header__inner {
    min-height: 76px !important;
    padding: 0 16px !important;
  }

  #header .c-headLogo img,
  #header .c-headLogo__img {
    max-width: 178px !important;
    max-height: 68px !important;
  }

  #header .l-header__gnav,
  #header .c-gnavWrap {
    display: none !important;
  }

  #header .c-iconBtn,
  #header .c-plainBtn {
    color: #0057d9 !important;
  }
}

/* 完成図再現：ヘッダー・メイン */
.cl-header-cta,
#header.l-header,
#fix_header.l-fixHeader {
  display: none !important;
}

.cl-perfect-header {
  position: relative;
  z-index: 50;
  background: #fff;
  color: #071f45;
  box-shadow: 0 3px 18px rgba(7, 38, 83, .12);
}

.cl-perfect-header,
.cl-perfect-header * {
  box-sizing: border-box;
}

.cl-perfect-header a {
  color: inherit;
  text-decoration: none;
}

.cl-perfect-header__top {
  min-height: 34px;
  padding: 7px 24px;
  background: linear-gradient(90deg, #f7fcff 0%, #fff 52%, #eef8ff 100%);
  color: #071f45;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
}

.cl-perfect-header__main {
  display: grid;
  grid-template-columns: 245px 210px 1fr;
  align-items: center;
  gap: 16px;
  max-width: 1500px;
  min-height: 102px;
  margin: 0 auto;
  padding: 12px 20px;
}

.cl-perfect-header__logo {
  display: inline-flex;
  align-items: center;
}

.cl-perfect-header__logo img {
  display: block;
  width: 235px;
  max-width: 100%;
  height: auto;
}

.cl-perfect-header__menu {
  display: none;
}

.cl-perfect-header__badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid #0071e8;
  border-radius: 6px;
  background: #fff;
}

.cl-perfect-header__badges span {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 8px 6px;
  border-left: 1px solid #d7e8f7;
  color: #0057d9;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

.cl-perfect-header__badges span:first-child {
  border-left: 0;
}

.cl-perfect-header__badges span::before {
  display: block;
  margin-bottom: 3px;
  color: #0057d9;
  font-size: 18px;
  line-height: 1;
}

.cl-perfect-header__badges span:nth-child(1)::before {
  content: "✓";
}

.cl-perfect-header__badges span:nth-child(2)::before {
  content: "★";
}

.cl-perfect-header__badges span:nth-child(3)::before {
  content: "↻";
}

.cl-perfect-header__actions {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 165px 165px;
  gap: 9px;
  align-items: center;
}

.cl-perfect-header__tel {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 12px;
  color: #0057d9 !important;
  line-height: 1;
}

.cl-perfect-header__tel::before {
  content: "☎";
  grid-row: span 2;
  color: #0057d9;
  font-size: 38px;
}

.cl-perfect-header__tel span {
  color: #071f45;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.cl-perfect-header__tel strong {
  font-size: clamp(30px, 3vw, 45px);
  font-weight: 900;
  letter-spacing: .02em;
  white-space: nowrap;
}

.cl-perfect-header__line,
.cl-perfect-header__mail {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 68px;
  align-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(0, 67, 170, .18);
}

.cl-perfect-header__line {
  background: linear-gradient(135deg, #15c95b 0%, #05a930 100%);
}

.cl-perfect-header__mail {
  background: linear-gradient(135deg, #006de5 0%, #0052cc 100%);
}

.cl-perfect-header__line::before,
.cl-perfect-header__mail::before {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 2px solid rgba(255, 255, 255, .78);
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  grid-row: 1 / span 2;
}

.cl-perfect-header__line::before {
  content: "LINE";
  border-radius: 50%;
  background: #fff;
  color: #12b43d;
}

.cl-perfect-header__mail::before {
  content: "✉";
  font-size: 28px;
}

.cl-perfect-header__line span,
.cl-perfect-header__mail span,
.cl-perfect-header__line strong,
.cl-perfect-header__mail strong {
  display: block;
  line-height: 1.25;
}

.cl-perfect-header__line span,
.cl-perfect-header__mail span {
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.cl-perfect-header__line strong,
.cl-perfect-header__mail strong {
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.cl-perfect-header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  min-height: 56px;
  padding: 0 20px;
  border-top: 1px solid #e3edf7;
  border-bottom: 1px solid #d8e8f6;
  background: #fff;
}

.cl-perfect-header__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.cl-perfect-header__nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 56px;
}

.cl-perfect-header__nav-item--services > a {
  padding-right: 18px;
}

.cl-perfect-header__nav-item--services > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-62%) rotate(45deg);
}

.cl-perfect-header__submenu {
  position: absolute;
  z-index: 40;
  top: 100%;
  left: 50%;
  width: 230px;
  padding: 8px;
  border: 1px solid #cfe4f8;
  border-radius: 14px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 16px 36px rgba(0, 53, 122, .16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.cl-perfect-header__submenu::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  border-left: 1px solid #cfe4f8;
  border-top: 1px solid #cfe4f8;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.cl-perfect-header__nav-item:hover .cl-perfect-header__submenu,
.cl-perfect-header__nav-item:focus-within .cl-perfect-header__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.cl-perfect-header__submenu a {
  display: flex;
  min-height: 0;
  padding: 12px 14px;
  border-radius: 10px;
  color: #073763;
  font-size: 14px;
  line-height: 1.25;
}

.cl-perfect-header__submenu a::after {
  display: none;
}

.cl-perfect-header__submenu a:hover {
  color: #0057d9;
  background: #eef7ff;
}

.cl-perfect-header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  border-radius: 999px 999px 0 0;
  background: #0057d9;
  opacity: 0;
}

.cl-perfect-header__nav a.is-current {
  color: #0057d9;
}

.cl-perfect-header__nav a.is-current::after,
.cl-perfect-header__nav a:hover::after {
  opacity: 1;
}

.home #content.l-content {
  padding-top: 0 !important;
}

.home .post_content > .swell-block-fullWide:first-child {
  padding: 0 !important;
}

.cl-fv--perfect {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 calc(50% - 50vw) !important;
  padding: 28px 50px 28px !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 30%, rgba(0, 174, 239, .18) 0 150px, transparent 151px),
    radial-gradient(circle at 96% 50%, rgba(0, 174, 239, .16) 0 220px, transparent 221px),
    linear-gradient(135deg, #f6fcff 0%, #ffffff 45%, #e9f8ff 100%) !important;
  color: #071f45;
}

.cl-fv--perfect::before {
  opacity: .28;
  mask-image: none;
}

.cl-fv--perfect::after {
  display: none;
}

.cl-fv-perfect__inner {
  display: grid;
  grid-template-columns: minmax(560px, .95fr) minmax(520px, 1.05fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
  max-width: 1450px;
  margin: 0 auto;
}

.cl-fv-perfect__area {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 460px;
  min-height: 58px;
  margin: 0 0 28px;
  padding: 10px 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #006de5 0%, #0052cc 100%);
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 12px 26px rgba(0, 87, 217, .20);
}

.cl-fv-perfect__copy h1 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  color: #071f45 !important;
  font-size: clamp(54px, 5.55vw, 84px) !important;
  font-weight: 900 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

.cl-fv-perfect__copy h1::before,
.cl-fv-perfect__copy h1::after {
  display: none !important;
  content: none !important;
}

.cl-fv-perfect__copy h1::first-line {
  color: #071f45;
}

.cl-fv-perfect__title-mobile {
  display: none;
}

.cl-fv-perfect__lead {
  margin: 0 0 16px;
  color: #071f45;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 900;
  line-height: 1.55;
}

.cl-fv-perfect__lead strong {
  color: #0057d9;
  background: linear-gradient(transparent 62%, #ffe35a 62%);
}

.cl-fv-perfect__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.cl-fv-perfect__features div {
  min-height: 148px;
  padding: 16px 12px;
  border: 1px solid #b9d7f2;
  border-radius: 12px;
  background: rgba(255, 255, 255, .86);
  text-align: center;
  box-shadow: 0 8px 18px rgba(7, 38, 83, .08);
}

.cl-fv-perfect__features span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
  color: #0057d9;
  font-size: 34px;
  font-weight: 900;
}

.cl-fv-perfect__features strong {
  display: block;
  color: #0057d9;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
}

.cl-fv-perfect__features small {
  display: block;
  margin-top: 8px;
  color: #071f45;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.cl-fv-perfect__visual {
  position: relative;
  padding: 12px;
  border: 2px solid #b5def7;
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 42px rgba(7, 38, 83, .14);
}

.cl-fv-perfect__visual-label {
  position: absolute;
  left: 50%;
  top: -30px;
  z-index: 3;
  width: min(80%, 480px);
  margin: 0;
  padding: 11px 18px;
  border-radius: 6px;
  background: rgba(31, 31, 31, .92);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  transform: translateX(-50%);
}

.cl-fv-perfect__before,
.cl-fv-perfect__after {
  position: relative;
  overflow: hidden;
  background: #edf4fa;
}

.cl-fv-perfect__before {
  height: 230px;
  border-radius: 8px 8px 0 0;
}

.cl-fv-perfect__after {
  height: 194px;
  margin-top: 8px;
  border-radius: 0 0 8px 8px;
}

.cl-fv-perfect__before img,
.cl-fv-perfect__after img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cl-fv-perfect__before span,
.cl-fv-perfect__after span {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 16px;
  padding: 8px 16px;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.cl-fv-perfect__before span {
  background: #073d79;
}

.cl-fv-perfect__after span {
  top: auto;
  bottom: 16px;
  background: #ff6500;
}

.cl-fv-perfect__before strong {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 18px;
  width: min(84%, 420px);
  padding: 11px 18px;
  border-radius: 5px;
  background: linear-gradient(135deg, #006de5 0%, #0052cc 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  transform: translateX(-50%);
}

.cl-fv-perfect__arrow {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 4px solid #fff;
  border-radius: 8px;
  background: #0057d9;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  transform: translate(-50%, -4%);
  box-shadow: 0 8px 18px rgba(0, 67, 170, .25);
}

.cl-fv-perfect__after::after {
  content: "✧";
  position: absolute;
  right: 22px;
  bottom: 16px;
  color: #ffd42e;
  font-size: 64px;
  text-shadow: 0 2px 0 #fff;
}

.cl-fv-perfect__results {
  display: block;
  max-width: 1320px;
  margin: 24px auto 22px;
  padding: 26px 28px 22px;
  border: 1px solid rgba(0, 87, 217, .16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(0, 100, 223, .08), transparent 34%),
    radial-gradient(circle at 12% 18%, rgba(255, 214, 73, .20) 0 54px, transparent 56px),
    radial-gradient(circle at 90% 14%, rgba(255, 214, 73, .18) 0 64px, transparent 66px),
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(247,252,255,.97) 100%);
  box-shadow:
    0 24px 54px rgba(7, 38, 83, .12),
    inset 0 1px 0 rgba(255,255,255,.95);
  text-align: center;
  overflow: hidden;
}

.cl-fv-perfect__results-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 8px;
  padding: 7px 20px;
  border: 1px solid rgba(0, 87, 217, .22);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: #0057d9;
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 900;
  line-height: 1.35;
  box-shadow: 0 8px 20px rgba(0, 87, 217, .08);
}

.cl-fv-perfect__results-kicker::before,
.cl-fv-perfect__results-kicker::after {
  content: "\\";
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
  background: none;
  color: #0057d9;
  transform: none;
}

.cl-fv-perfect__results-kicker::after {
  content: "/";
  margin: 0 0 0 10px;
}

.cl-fv-perfect__results-title {
  margin: 0;
  color: #07356a;
  font-size: clamp(40px, 4.7vw, 68px);
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.05;
}

.cl-fv-perfect__results-title::before,
.cl-fv-perfect__results-title::after {
  content: "✦";
  display: inline-block;
  margin: 0 22px;
  color: #e7b400;
  font-size: .34em;
  vertical-align: middle;
}

.cl-fv-perfect__results-lead {
  margin: 12px 0 22px;
  color: #111827;
  font-size: clamp(16px, 1.55vw, 22px);
  font-weight: 900;
}

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

.cl-fv-perfect__award {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  min-height: 250px;
  padding: 22px 20px 18px;
  border: 1px solid rgba(0, 87, 217, .13);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.82)),
    radial-gradient(circle at 50% 0, rgba(255, 214, 73, .18), transparent 55%);
  box-shadow: 0 14px 28px rgba(7, 38, 83, .09);
}

.cl-fv-perfect__award::before,
.cl-fv-perfect__award::after {
  content: "";
  position: absolute;
  top: 64px;
  width: 46px;
  height: 112px;
  border: solid rgba(222, 168, 0, .70);
  border-width: 0 0 0 6px;
  border-radius: 50%;
  opacity: .9;
  pointer-events: none;
}

.cl-fv-perfect__award::before {
  left: 20px;
  transform: rotate(-17deg);
}

.cl-fv-perfect__award::after {
  right: 20px;
  transform: scaleX(-1) rotate(-18deg);
}

.cl-fv-perfect__crown {
  color: #f4b400;
  font-size: 42px;
  line-height: 1;
  text-shadow: 0 3px 0 rgba(139, 91, 0, .18);
}

.cl-fv-perfect__award p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #07356a;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .04em;
}

.cl-fv-perfect__award p small {
  margin-left: 3px;
  font-size: 12px;
}

.cl-fv-perfect__award strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #e92323;
  font-size: clamp(56px, 5.9vw, 92px);
  font-weight: 900;
  line-height: .96;
  text-shadow:
    0 3px 0 #fff,
    0 9px 18px rgba(180, 0, 0, .12);
}

.cl-fv-perfect__award strong span {
  margin-left: 4px;
  font-size: .32em;
}

.cl-fv-perfect__award strong::after {
  content: "★★★";
  display: block;
  margin-top: 6px;
  color: #f4b400;
  font-size: 17px;
  letter-spacing: 6px;
  text-shadow: none;
}

.cl-fv-perfect__award em {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 300px);
  margin-top: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe27a 0%, #f4b400 100%);
  color: #07356a;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.35;
  box-shadow: 0 9px 16px rgba(125, 80, 0, .14);
}

.cl-fv-perfect__results-note {
  margin: 12px 0 0;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
}

.cl-fv-perfect__mobile-safe {
  display: none;
}

.cl-fv-perfect__mobile-contact {
  display: none;
}

.cl-fv-perfect__cta {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 24px;
  align-items: center;
  max-width: 1450px;
  margin: 0 auto;
  padding: 13px 22px;
  border-radius: 10px;
  background: linear-gradient(135deg, #006de5 0%, #004fc0 100%);
  box-shadow: 0 14px 32px rgba(0, 67, 170, .18);
}

.cl-fv-perfect__cta a {
  display: grid;
  align-content: center;
  min-height: 78px;
  padding: 12px 22px;
  border-radius: 8px;
  color: #fff !important;
  text-decoration: none !important;
}

.cl-fv-perfect__cta-tel {
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  background: transparent;
}

.cl-fv-perfect__cta-tel::before {
  content: "☎";
  grid-row: span 2;
  align-self: center;
  font-size: 46px;
}

.cl-fv-perfect__cta-tel span {
  font-size: 16px;
  font-weight: 900;
}

.cl-fv-perfect__cta-tel strong {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .03em;
}

.cl-fv-perfect__cta-line {
  background: linear-gradient(135deg, #17c941 0%, #09a82d 100%);
}

.cl-fv-perfect__cta-mail {
  background: linear-gradient(135deg, #13aee9 0%, #0089ce 100%);
}

.cl-fv-perfect__cta-line strong,
.cl-fv-perfect__cta-mail strong {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}

.cl-fv-perfect__cta-line span,
.cl-fv-perfect__cta-mail span {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 800;
}

@media screen and (max-width: 1200px) {
  .cl-perfect-header__main {
    grid-template-columns: 250px 1fr;
  }

  .cl-perfect-header__badges {
    display: none;
  }

  .cl-perfect-header__actions {
    grid-template-columns: 1fr 150px 150px;
  }

  .cl-perfect-header__nav {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .cl-fv-perfect__inner {
    grid-template-columns: 1fr;
  }

  .cl-fv-perfect__visual {
    max-width: 780px;
    margin: 18px auto 0;
  }

  .cl-fv-perfect__results {
    padding: 22px 18px 16px;
  }

  .cl-fv-perfect__awards {
    gap: 14px;
  }

  .cl-fv-perfect__award {
    min-height: 226px;
    padding: 18px 12px 16px;
  }

  .cl-fv-perfect__award::before,
  .cl-fv-perfect__award::after {
    width: 34px;
    height: 96px;
    border-left-width: 5px;
  }

  .cl-fv-perfect__award p {
    font-size: 17px;
  }

  .cl-fv-perfect__award em {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .cl-perfect-header__top {
    display: none;
    padding: 6px 12px;
    font-size: 11px;
    text-align: center;
  }

  .cl-perfect-header__main {
    grid-template-columns: 1fr auto;
    gap: 10px;
    min-height: 0;
    padding: 5px 12px 4px;
    text-align: center;
  }

  .cl-perfect-header__logo {
    justify-content: flex-start;
  }

  .cl-perfect-header__logo img {
    width: min(136px, 44vw);
    max-height: 30px;
    object-fit: contain;
  }

  .cl-perfect-header__menu {
    display: grid;
    align-content: center;
    gap: 5px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .cl-perfect-header__menu span {
    display: block;
    width: 22px;
    height: 2px;
    margin-left: auto;
    border-radius: 999px;
    background: #111827;
  }

  .cl-perfect-header__actions {
    display: none;
    grid-template-columns: minmax(250px, 1.25fr) minmax(120px, .75fr) minmax(120px, .75fr);
    gap: 8px;
    width: 100%;
  }

  .cl-perfect-header__tel {
    grid-column: auto;
    justify-content: center;
    column-gap: 8px;
    padding: 7px 9px;
    border: 1px solid #d7e8f7;
    border-radius: 12px;
    background: #f4fbff;
  }

  .cl-perfect-header__tel::before {
    font-size: 25px;
  }

  .cl-perfect-header__tel span {
    font-size: 12px;
  }

  .cl-perfect-header__tel strong {
    font-size: clamp(24px, 4.7vw, 34px);
  }

  .cl-perfect-header__line,
  .cl-perfect-header__mail {
    min-height: 54px;
    padding: 8px 10px;
    gap: 8px;
  }

  .cl-perfect-header__line::before,
  .cl-perfect-header__mail::before {
    width: 38px;
    height: 38px;
    font-size: 12px;
  }

  .cl-perfect-header__mail::before {
    font-size: 22px;
  }

  .cl-perfect-header__line span,
  .cl-perfect-header__mail span {
    font-size: 12px;
  }

  .cl-perfect-header__line strong,
  .cl-perfect-header__mail strong {
    font-size: 14px;
  }

  .cl-perfect-header__nav {
    display: none;
    gap: 22px;
    min-height: 48px;
    padding: 0 14px;
  }

  .cl-perfect-header__nav a {
    min-height: 48px;
    font-size: 14px;
  }

  .cl-fv--perfect {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 8px 12px 18px !important;
    background:
      radial-gradient(circle at 0% 10%, rgba(0, 174, 239, .12) 0 90px, transparent 91px),
      linear-gradient(180deg, #ffffff 0%, #f2fbff 48%, #ffffff 100%) !important;
  }

  .home .l-mainContent__inner,
  .home .l-mainContent__inner > .post_content,
  .home #main_content .post_content,
  .home .post_content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .home .post_content > .swell-block-fullWide:first-child,
  .home .post_content > .cl-fv:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .cl-fv-perfect__area {
    justify-content: center;
    min-width: 0;
    width: fit-content;
    min-height: 0;
    margin: 0 0 10px;
    padding: 5px 10px;
    border-radius: 6px;
    background: #0b9439;
    box-shadow: none;
    font-size: 12px;
  }

  .cl-fv-perfect__copy h1 {
    margin-bottom: 16px !important;
    color: #071f45 !important;
    font-size: clamp(39px, 11.8vw, 52px) !important;
    line-height: 1.1 !important;
  }

  .cl-fv-perfect__title-desktop {
    display: none;
  }

  .cl-fv-perfect__title-mobile {
    display: block;
  }

  .cl-fv-perfect__lead {
    display: none;
  }

  .cl-fv-perfect__features {
    display: none;
  }

  .cl-fv-perfect__features div {
    min-height: 118px;
    padding: 12px 8px;
  }

  .cl-fv-perfect__features span {
    width: 38px;
    height: 38px;
    margin-bottom: 6px;
    font-size: 25px;
  }

  .cl-fv-perfect__features strong {
    font-size: 15px;
  }

  .cl-fv-perfect__features small {
    margin-top: 6px;
    font-size: 11px;
  }

  .cl-fv-perfect__visual-label,
  .cl-fv-perfect__before strong {
    font-size: 14px;
  }

  .cl-fv-perfect__inner {
    gap: 10px;
  }

  .cl-fv-perfect__visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    max-width: none;
    width: min(100%, 420px);
    margin: 0 auto;
    padding: 7px;
    border: 3px solid #008fe3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(7, 38, 83, .13);
  }

  .cl-fv-perfect__visual-label {
    display: none;
  }

  .cl-fv-perfect__before {
    height: 158px;
    border-radius: 6px;
  }

  .cl-fv-perfect__after {
    height: 158px;
    margin-top: 0;
    border-radius: 6px;
  }

  .cl-fv-perfect__before span,
  .cl-fv-perfect__after span {
    left: 8px;
    top: 8px;
    padding: 6px 9px;
    font-size: 16px;
  }

  .cl-fv-perfect__before strong {
    left: 6px;
    bottom: 6px;
    width: calc(100% - 12px);
    padding: 7px 6px;
    border-radius: 6px;
    font-size: 11px;
    line-height: 1.3;
    transform: none;
  }

  .cl-fv-perfect__arrow {
    top: 52%;
    width: 30px;
    height: 30px;
    border-width: 2px;
    border-radius: 50%;
    background: #ff7a00;
    font-size: 0;
  }

  .cl-fv-perfect__arrow::before {
    content: "▶";
    font-size: 17px;
    line-height: 1;
  }

  .cl-fv-perfect__after img {
    object-position: center top;
  }

  .cl-fv-perfect__after span {
    top: 12px;
    bottom: auto;
  }

  .cl-fv-perfect__after::after {
    right: 10px;
    bottom: 6px;
    font-size: 40px;
  }

  .cl-fv-perfect__results,
  .cl-fv-perfect__cta {
    grid-template-columns: 1fr;
  }

  .cl-fv-perfect__results {
    display: none;
  }

  .cl-fv-perfect__results img {
    width: min(100%, 330px);
  }

  .cl-fv-perfect__result-text {
    display: none;
  }

  .cl-fv-perfect__result-text strong {
    font-size: 42px;
  }

  .cl-fv-perfect__result-text em {
    font-size: 25px;
  }

  .cl-fv-perfect__cta {
    display: none;
    gap: 12px;
    padding: 14px;
  }

  .cl-fv-perfect__cta a {
    min-height: 66px;
    padding: 12px 14px;
  }

  .cl-fv-perfect__cta-tel strong {
    font-size: clamp(28px, 8vw, 36px);
  }

  .cl-fv-perfect__mobile-safe {
    display: block;
    margin: 0 -12px 0;
    padding: 13px 12px 14px;
    background: #008bd2;
    color: #fff;
    text-align: center;
  }

  .cl-fv-perfect__mobile-safe strong {
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
  }

  .cl-fv-perfect__mobile-safe ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
  }

  .cl-fv-perfect__mobile-safe li {
    display: grid;
    gap: 2px;
    min-height: 48px;
    padding: 5px 4px;
    border-radius: 5px;
    background: #fff;
    color: #0057d9;
    font-size: 10px;
    font-weight: 900;
  }

  .cl-fv-perfect__mobile-safe b {
    color: #ffb300;
    font-size: 18px;
    line-height: 1;
  }

  .cl-fv-perfect__mobile-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: min(100%, 398px);
    margin: 6px auto 10px;
    padding: 0;
  }

  .cl-fv-perfect__mobile-contact a {
    position: relative;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    min-height: 62px;
    padding: 10px 11px;
    border: 2px solid rgba(255,255,255,.35);
    border-radius: 12px;
    color: #fff !important;
    text-align: left;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(0, 60, 150, .22);
  }

  .cl-fv-perfect__mobile-contact a::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.95);
    font-size: 18px;
    line-height: 1;
  }

  .cl-fv-perfect__mobile-contact-tel {
    background: linear-gradient(135deg, #0057d9 0%, #0043b3 100%);
  }

  .cl-fv-perfect__mobile-contact-tel::before {
    content: "☎";
    color: #0057d9;
  }

  .cl-fv-perfect__mobile-contact-mail {
    background: linear-gradient(135deg, #ff8a00 0%, #ff6400 100%);
  }

  .cl-fv-perfect__mobile-contact-mail::before {
    content: "✉";
    color: #ff6900;
  }

  .cl-fv-perfect__mobile-contact span,
  .cl-fv-perfect__mobile-contact strong {
    display: block;
    min-width: 0;
    overflow-wrap: normal;
    line-height: 1.25;
  }

  .cl-fv-perfect__mobile-contact span {
    font-size: 12px;
    font-weight: 900;
  }

  .cl-fv-perfect__mobile-contact strong {
    margin-top: 2px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .01em;
    white-space: nowrap;
  }

  .cl-fv-perfect__mobile-contact-tel strong {
    font-size: clamp(15px, 3.7vw, 17px);
    letter-spacing: 0;
  }
}

@media screen and (max-width: 480px) {
  .cl-fv-perfect__copy h1 {
    font-size: clamp(38px, 11.8vw, 48px) !important;
  }

  .cl-fv-perfect__visual {
    width: min(100%, 398px);
  }

  .cl-fv-perfect__before,
  .cl-fv-perfect__after {
    height: 150px;
  }

  .cl-fv-perfect__before span,
  .cl-fv-perfect__after span {
    left: 8px;
    top: 8px;
    padding: 6px 9px;
    font-size: 16px;
  }

  .cl-fv-perfect__before strong {
    bottom: 5px;
  }

  .cl-fv-perfect__arrow {
    width: 28px;
    height: 28px;
  }

  .cl-fv-perfect__mobile-safe strong {
    font-size: 17px;
  }

  .cl-fv-perfect__mobile-contact strong {
    font-size: 14px;
  }
}

@media screen and (max-width: 420px) {
  .cl-perfect-header__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-perfect-header__tel {
    grid-column: 1 / -1;
  }

  .cl-perfect-header__line,
  .cl-perfect-header__mail {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .cl-perfect-header__line::before,
  .cl-perfect-header__mail::before {
    display: none;
  }

  .cl-fv-perfect__features {
    grid-template-columns: 1fr;
  }

  .cl-fv-perfect__before,
  .cl-fv-perfect__after {
    height: 150px;
  }
}

/* メインFV：スマホ表示の仕上げ */
@media screen and (max-width: 768px) {
  .cl-fv--perfect {
    padding: 18px 12px 0 !important;
    background:
      radial-gradient(circle at -8% 6%, rgba(0, 174, 239, .16) 0 86px, transparent 88px),
      radial-gradient(circle at 110% 38%, rgba(0, 100, 223, .10) 0 120px, transparent 122px),
      radial-gradient(circle, rgba(0, 100, 223, .10) 0 2px, transparent 3px) 0 0 / 22px 22px,
      linear-gradient(180deg, #ffffff 0%, #f3fbff 54%, #ffffff 100%) !important;
  }

  .cl-fv-perfect__inner {
    gap: 12px;
  }

  .cl-fv-perfect__copy {
    width: min(100%, 420px);
    margin: 0 auto;
  }

  .cl-fv-perfect__area {
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 6px;
    background: linear-gradient(135deg, #0aa03d 0%, #078c34 100%);
    color: #fff;
    font-size: 13px;
    box-shadow: 0 6px 14px rgba(0, 120, 50, .16);
  }

  .cl-fv-perfect__copy h1 {
    margin-bottom: 14px !important;
    font-size: clamp(42px, 12.4vw, 56px) !important;
    line-height: 1.04 !important;
    text-shadow: 0 2px 0 rgba(255,255,255,.82);
  }

  .cl-fv-perfect__visual {
    width: min(100%, 430px);
    gap: 6px;
    padding: 8px;
    border: 3px solid #008ee3;
    border-radius: 12px;
    background:
      linear-gradient(#fff, #fff) padding-box,
      linear-gradient(135deg, #00a4ef, #0057d9) border-box;
    box-shadow: 0 12px 26px rgba(0, 87, 217, .20);
  }

  .cl-fv-perfect__before,
  .cl-fv-perfect__after {
    height: 166px;
    border-radius: 7px;
  }

  .cl-fv-perfect__before img,
  .cl-fv-perfect__after img {
    filter: saturate(1.05) contrast(1.02);
  }

  .cl-fv-perfect__before span,
  .cl-fv-perfect__after span {
    padding: 7px 10px;
    border-radius: 2px;
    font-size: 17px;
    box-shadow: 0 4px 8px rgba(7, 38, 83, .18);
  }

  .cl-fv-perfect__before strong {
    bottom: 8px;
    padding: 7px 8px;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: .01em;
    box-shadow: 0 5px 12px rgba(0, 87, 217, .22);
  }

  .cl-fv-perfect__arrow {
    width: 34px;
    height: 34px;
    border-width: 3px;
    box-shadow: 0 6px 14px rgba(255, 111, 0, .28);
  }

  .cl-fv-perfect__mobile-safe {
    margin: 0 -12px 0;
    padding: 14px 12px 16px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,0)),
      linear-gradient(135deg, #009ee0 0%, #007ac7 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
  }

  .cl-fv-perfect__mobile-safe strong {
    width: min(100%, 390px);
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: .02em;
  }

  .cl-fv-perfect__mobile-safe ul {
    width: min(100%, 420px);
    margin: 12px auto 0;
    gap: 6px;
  }

  .cl-fv-perfect__mobile-safe li {
    min-height: 52px;
    padding: 6px 4px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 6px;
    box-shadow: 0 6px 14px rgba(0, 80, 160, .14);
  }

  .cl-fv-perfect__mobile-contact {
    margin-top: 6px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .cl-fv-perfect__copy h1 {
    font-size: clamp(40px, 12vw, 52px) !important;
  }

  .cl-fv-perfect__before,
  .cl-fv-perfect__after {
    height: 160px;
  }
}

@media screen and (max-width: 430px) {
  .cl-fv-perfect__mobile-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: calc(100% - 24px);
    padding: 0;
  }

  .cl-fv-perfect__mobile-contact a {
    min-height: 58px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 9px 10px;
  }

  .cl-fv-perfect__mobile-contact a::before {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }

  .cl-fv-perfect__mobile-contact-tel strong {
    font-size: clamp(14px, 3.55vw, 15px);
  }

  .cl-fv-perfect__mobile-contact strong {
    font-size: 15px;
  }
}

@media screen and (max-width: 360px) {
  .cl-fv-perfect__mobile-contact {
    grid-template-columns: 1fr;
  }

  .cl-fv-perfect__mobile-contact-tel strong {
    font-size: clamp(19px, 6.6vw, 24px);
  }
}

/* クリーンリンク：お問い合わせページ */
body.cl-contact-template #content.l-content,
body.cl-contact-template .l-content,
body:has(.cl-contact-page) #content.l-content,
body:has(.cl-contact-page) .l-content {
  display: block !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.cl-contact-template .l-container,
body:has(.cl-contact-page) .l-container {
  max-width: none !important;
}

body.cl-contact-template #main_content,
body.cl-contact-template .l-mainContent,
body.cl-contact-template .l-article,
body.cl-contact-template .l-mainContent__inner,
body:has(.cl-contact-page) #main_content,
body:has(.cl-contact-page) .l-mainContent,
body:has(.cl-contact-page) .l-article,
body:has(.cl-contact-page) .l-mainContent__inner {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.cl-contact-template #sidebar,
body.cl-contact-template .l-sidebar,
body.cl-contact-template .p-breadcrumb,
body.cl-contact-template .c-pageTitle,
body.cl-contact-template .c-postTitle,
body.cl-contact-template .p-articleHead,
body:has(.cl-contact-page) #sidebar,
body:has(.cl-contact-page) .l-sidebar,
body:has(.cl-contact-page) .p-breadcrumb,
body:has(.cl-contact-page) .c-pageTitle,
body:has(.cl-contact-page) .c-postTitle,
body:has(.cl-contact-page) .p-articleHead {
  display: none !important;
}

body.cl-contact-template .post_content,
body:has(.cl-contact-page) .post_content {
  margin: 0 !important;
}

body.cl-contact-template .post_content > *:first-child,
body:has(.cl-contact-page) .post_content > *:first-child {
  margin-top: 0 !important;
}

.cl-contact-page {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 58px 20px 72px;
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 100, 223, .08) 0 2px, transparent 3px) 0 0 / 22px 22px,
    linear-gradient(180deg, #f0f9ff 0%, #ffffff 45%, #edf8ff 100%);
  color: #061f45;
  box-sizing: border-box;
}

.cl-contact-page,
.cl-contact-page * {
  box-sizing: border-box;
}

.cl-contact-page__inner {
  width: min(100%, 1100px);
  margin: 0 auto;
}

.cl-contact-page__head {
  margin-bottom: 34px;
  text-align: center;
}

.cl-contact-page__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 10px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #006de5 0%, #004fc4 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.cl-contact-page__label::before {
  content: "✉";
  font-size: 18px;
}

.cl-contact-page h1 {
  margin: 0 0 18px;
  color: #061f45;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

.cl-contact-page h1,
.cl-contact-page h2,
.cl-contact-page h3 {
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

.cl-contact-page h1::before,
.cl-contact-page h1::after,
.cl-contact-page h2::before,
.cl-contact-page h2::after,
.cl-contact-page h3::before,
.cl-contact-page h3::after {
  display: none;
}

.cl-contact-page__head p {
  margin: 0;
  color: #111827;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.8;
}

.cl-contact-page__support {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 26px;
}

.cl-contact-page__support-card {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 214px;
  padding: 34px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 38, 83, .12);
}

.cl-contact-page__support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #eaf4ff;
  color: #0057d9;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

.cl-contact-page__support-card--line .cl-contact-page__support-icon {
  background: #15c95b;
  color: #fff;
  font-size: 26px;
}

.cl-contact-page__support-card h2 {
  margin: 0 0 10px;
  color: #0057d9;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.35;
}

.cl-contact-page__support-card--line h2 {
  color: #08a63d;
}

.cl-contact-page__support-card p {
  margin: 0 0 20px;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.cl-contact-page__support-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 270px;
  min-height: 62px;
  padding: 10px 24px;
  border-radius: 10px;
  background: linear-gradient(135deg, #006de5 0%, #004fc4 100%);
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
}

.cl-contact-page__support-card--tel a {
  flex-direction: column;
  gap: 3px;
}

.cl-contact-page__support-card--tel a strong {
  font-size: 28px;
  line-height: 1;
}

.cl-contact-page__support-card--tel a span {
  font-size: 14px;
  line-height: 1.2;
}

.cl-contact-page__support-card--line a {
  border: 2px solid #11b84d;
  background: #fff;
  color: #08a63d !important;
  font-size: 20px;
}

.cl-contact-page__support-card--line a::after {
  content: "›";
  margin-left: 18px;
  font-size: 28px;
  line-height: 1;
}

.cl-contact-page__form-card {
  padding: 34px 36px 40px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(7, 38, 83, .14);
}

.cl-contact-page__form-head {
  margin-bottom: 24px;
  text-align: center;
}

.cl-contact-page__form-head h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 0 0 10px;
  color: #0057d9;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.3;
}

.cl-contact-page__form-head h2::before,
.cl-contact-page__form-head h2::after {
  display: block;
  content: "";
  width: 92px;
  height: 2px;
  background: #8bbcff;
}

.cl-contact-page__form-head p {
  margin: 0;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
}

.cl-contact-page__notice {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.cl-contact-page__notice--success {
  border: 1px solid #92d7aa;
  background: #f0fff5;
  color: #087b32;
}

.cl-contact-page__notice--error {
  border: 1px solid #ffb5bd;
  background: #fff4f5;
  color: #d8132f;
}

.cl-contact-page__form {
  display: grid;
  gap: 20px;
}

.cl-contact-page__field {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.cl-contact-page__field label {
  padding-top: 13px;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
}

.cl-contact-page__field label span,
.cl-contact-page__field label em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 3px 7px;
  border-radius: 4px;
  background: #ff7b83;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
}

.cl-contact-page__field label em {
  background: #6b7280;
}

.cl-contact-page__field input,
.cl-contact-page__field select,
.cl-contact-page__field textarea {
  width: 100%;
  min-height: 56px;
  padding: 14px 18px;
  border: 1px solid #cfd8e3;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: inset 0 1px 2px rgba(7, 38, 83, .04);
}

.cl-contact-page__field textarea {
  min-height: 132px;
  resize: vertical;
}

.cl-contact-page__field input:focus,
.cl-contact-page__field select:focus,
.cl-contact-page__field textarea:focus {
  outline: 3px solid rgba(0, 100, 223, .16);
  border-color: #0064df;
}

.cl-contact-page__upload {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 22px;
  border: 1px dashed #7fb6ff;
  border-radius: 8px;
  background: #f7fbff;
  color: #0057d9;
  text-align: center;
}

.cl-contact-page__upload input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.cl-contact-page__upload strong {
  display: block;
  color: #0057d9;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.55;
}

.cl-contact-page__upload strong::before {
  content: "☁";
  display: block;
  margin-bottom: 4px;
  font-size: 38px;
  line-height: 1;
}

.cl-contact-page__upload small {
  display: block;
  margin-top: 8px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.cl-contact-page__submit {
  justify-self: center;
  min-width: 500px;
  min-height: 70px;
  margin-top: 12px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #006de5 0%, #004fc4 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 87, 217, .22);
}

.cl-contact-page__submit::before {
  content: "➤";
  margin-right: 12px;
}

.cl-contact-page__notes {
  margin-top: 22px;
  padding: 22px 28px;
  border: 1px solid #8bbcff;
  border-radius: 10px;
  background: rgba(255,255,255,.78);
}

.cl-contact-page__notes h2 {
  margin: 0 0 12px;
  color: #0057d9;
  font-size: 18px;
  font-weight: 900;
}

.cl-contact-page__notes ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.3em;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (max-width: 900px) {
  .cl-contact-page {
    padding: 38px 14px 52px;
  }

  .cl-contact-page__support {
    grid-template-columns: 1fr;
  }

  .cl-contact-page__field {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cl-contact-page__field label {
    padding-top: 0;
  }

  .cl-contact-page__submit {
    width: 100%;
    min-width: 0;
  }
}

@media screen and (max-width: 600px) {
  .cl-contact-page__head p {
    font-size: 15px;
  }

  .cl-contact-page__support-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 18px;
    text-align: center;
  }

  .cl-contact-page__support-icon {
    margin: 0 auto;
  }

  .cl-contact-page__support-card a {
    width: 100%;
    min-width: 0;
  }

  .cl-contact-page__form-card {
    padding: 26px 16px 30px;
  }

  .cl-contact-page__form-head h2 {
    gap: 12px;
    font-size: 27px;
  }

  .cl-contact-page__form-head h2::before,
  .cl-contact-page__form-head h2::after {
    width: 34px;
  }

  .cl-contact-page__submit {
    min-height: 62px;
    font-size: 18px;
  }
}

/* クリーンリンク：ゴミ屋敷清掃ページ */
body.cl-gomi-template #content.l-content,
body.cl-gomi-template .l-content,
body:has(.cl-gomi-page) #content.l-content,
body:has(.cl-gomi-page) .l-content {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.cl-gomi-template .l-container,
body:has(.cl-gomi-page) .l-container {
  display: block !important;
  max-width: none !important;
  padding: 0 !important;
}

body.cl-gomi-template #sidebar,
body.cl-gomi-template .l-sidebar,
body.cl-gomi-template .p-breadcrumb,
body.cl-gomi-template .c-pageTitle,
body.cl-gomi-template .p-articleHead,
body:has(.cl-gomi-page) #sidebar,
body:has(.cl-gomi-page) .l-sidebar,
body:has(.cl-gomi-page) .p-breadcrumb,
body:has(.cl-gomi-page) .c-pageTitle,
body:has(.cl-gomi-page) .p-articleHead {
  display: none !important;
}

.cl-gomi-page {
  --cl-gomi-blue: #0057d9;
  --cl-gomi-deep: #071f45;
  --cl-gomi-sky: #eaf7ff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 42px 24px 64px;
  background:
    radial-gradient(circle at 8% 8%, rgba(0, 100, 223, .09) 0 2px, transparent 3px) 0 0 / 24px 24px,
    linear-gradient(180deg, #f3fbff 0%, #ffffff 38%, #f7fcff 100%);
  color: var(--cl-gomi-deep);
}

.cl-gomi-page,
.cl-gomi-page * {
  box-sizing: border-box;
}

.cl-gomi-hero,
.cl-gomi-section,
.cl-gomi-cta {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.cl-gomi-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  gap: 34px;
  align-items: center;
  padding: 38px;
  border: 1px solid rgba(0, 87, 217, .14);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 54px rgba(7, 38, 83, .12);
}

.cl-gomi-hero__area {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0057d9, #008ee3);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}

.cl-gomi-hero h1 {
  margin: 0;
  color: var(--cl-gomi-deep) !important;
  font-size: clamp(40px, 4.7vw, 64px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.cl-gomi-hero h1::before,
.cl-gomi-hero h1::after,
.cl-gomi-page h2::before,
.cl-gomi-page h2::after,
.cl-gomi-page h3::before,
.cl-gomi-page h3::after {
  display: none !important;
}

.cl-gomi-hero__lead {
  margin: 20px 0 0;
  color: #24344d;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.8;
}

.cl-gomi-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.cl-gomi-hero__badges li {
  padding: 8px 14px;
  border: 2px solid var(--cl-gomi-blue);
  border-radius: 999px;
  background: #fff;
  color: var(--cl-gomi-blue);
  font-size: 15px;
  font-weight: 900;
}

.cl-gomi-hero__actions,
.cl-gomi-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.cl-gomi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 24px;
  border-radius: 10px;
  color: #fff !important;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 12px 22px rgba(0, 87, 217, .18);
}

.cl-gomi-btn--line { background: linear-gradient(135deg, #17c941, #08a82e); }
.cl-gomi-btn--tel { background: linear-gradient(135deg, #0057d9, #0049b8); }
.cl-gomi-btn--mail { background: linear-gradient(135deg, #ff8a00, #ff6500); }

.cl-gomi-hero__visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(7, 38, 83, .16);
}

.cl-gomi-hero__visual div {
  position: relative;
  min-height: 380px;
}

.cl-gomi-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cl-gomi-hero__visual span {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 8px 12px;
  border-radius: 6px;
  background: #07356a;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.cl-gomi-hero__visual div:last-child span {
  background: #ff7a00;
}

.cl-gomi-section {
  margin-top: 44px;
  padding: 38px;
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 34px rgba(7, 38, 83, .08);
}

.cl-gomi-section--blue {
  background: linear-gradient(135deg, #0057d9 0%, #007be8 100%);
  color: #fff;
}

.cl-gomi-head {
  margin-bottom: 26px;
  text-align: center;
}

.cl-gomi-head p {
  margin: 0 0 8px;
  color: var(--cl-gomi-blue);
  font-size: 17px;
  font-weight: 900;
}

.cl-gomi-section--blue .cl-gomi-head p,
.cl-gomi-section--blue .cl-gomi-head h2 {
  color: #fff !important;
}

.cl-gomi-head h2 {
  margin: 0;
  color: var(--cl-gomi-deep) !important;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.18;
}

.cl-gomi-problems,
.cl-gomi-reasons,
.cl-gomi-price {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cl-gomi-problems section,
.cl-gomi-reasons div,
.cl-gomi-price div {
  padding: 24px;
  border: 1px solid #d7e8f7;
  border-radius: 16px;
  background: #fff;
}

.cl-gomi-problems span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 10px;
  background: var(--cl-gomi-blue);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.cl-gomi-page h3 {
  margin: 0 0 10px;
  color: var(--cl-gomi-deep) !important;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.cl-gomi-page p {
  line-height: 1.75;
}

.cl-gomi-problems p,
.cl-gomi-reasons p,
.cl-gomi-price p {
  margin: 0;
  color: #26364f;
  font-size: 15px;
  font-weight: 700;
}

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

.cl-gomi-reasons div {
  background: rgba(255,255,255,.96);
}

.cl-gomi-reasons strong {
  display: block;
  margin-bottom: 9px;
  color: var(--cl-gomi-blue);
  font-size: 20px;
  font-weight: 900;
}

.cl-gomi-price div {
  text-align: center;
}

.cl-gomi-price .is-popular {
  border: 3px solid #ffb300;
  transform: translateY(-8px);
}

.cl-gomi-price .is-popular span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #ffb300;
  color: #fff;
  font-weight: 900;
}

.cl-gomi-price strong {
  display: block;
  margin-top: 14px;
  color: #e92323;
  font-size: 34px;
  font-weight: 900;
}

.cl-gomi-note {
  margin: 20px 0 0;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.cl-gomi-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 44px;
  padding: 30px 34px;
  border-radius: 18px;
  background: linear-gradient(135deg, #07356a 0%, #0057d9 100%);
  color: #fff;
  box-shadow: 0 18px 36px rgba(0, 67, 170, .20);
}

.cl-gomi-cta p,
.cl-gomi-cta h2 {
  margin: 0;
  color: #fff !important;
}

.cl-gomi-cta p {
  font-size: 17px;
  font-weight: 900;
}

.cl-gomi-cta h2 {
  margin-top: 6px;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 900;
}

.cl-gomi-cta__buttons {
  justify-content: flex-end;
  margin-top: 0;
}

@media screen and (max-width: 980px) {
  .cl-gomi-hero,
  .cl-gomi-cta {
    grid-template-columns: 1fr;
  }

  .cl-gomi-hero__visual div {
    min-height: 280px;
  }

  .cl-gomi-problems,
  .cl-gomi-reasons,
  .cl-gomi-price {
    grid-template-columns: 1fr;
  }

  .cl-gomi-price .is-popular {
    transform: none;
  }

  .cl-gomi-cta__buttons {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 600px) {
  .cl-gomi-page {
    padding: 24px 12px 44px;
  }

  .cl-gomi-hero,
  .cl-gomi-section,
  .cl-gomi-cta {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .cl-gomi-hero h1 {
    font-size: clamp(32px, 9.4vw, 43px);
  }

  .cl-gomi-hero__lead {
    font-size: 16px;
  }

  .cl-gomi-hero__badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-gomi-hero__badges li {
    text-align: center;
  }

  .cl-gomi-hero__actions,
  .cl-gomi-cta__buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cl-gomi-btn {
    width: 100%;
    min-height: 56px;
    font-size: 17px;
  }

  .cl-gomi-hero__visual {
    grid-template-columns: 1fr;
    border-width: 6px;
  }

  .cl-gomi-hero__visual div {
    min-height: 220px;
  }

  .cl-gomi-section {
    margin-top: 26px;
  }

  .cl-gomi-head h2 {
    font-size: 29px;
  }

  .cl-gomi-problems section,
  .cl-gomi-reasons div,
  .cl-gomi-price div {
    padding: 20px 16px;
  }
}

/* 料金プランページ：既存トップ用CSSより優先する最終補正 */
.cl-price-page .cl-price--simple .cl-price__visual img {
  object-fit: contain;
}

.cl-price-page .cl-price--simple .cl-price__cards {
  align-items: stretch;
}

.cl-price-page .cl-price--simple .cl-price__card {
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .cl-price-page .cl-price--simple .cl-price__amount {
    white-space: normal;
  }

  .cl-price-page .cl-price--simple .cl-price__amount strong {
    font-size: 40px;
  }
}

/* クリーンリンク：ご利用事例ページ */
body.cl-works-template #content.l-content,
body.cl-works-template .l-content,
body:has(.cl-works-page) #content.l-content,
body:has(.cl-works-page) .l-content {
  display: block !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.cl-works-template .l-container,
body:has(.cl-works-page) .l-container {
  display: block !important;
  max-width: none !important;
  padding: 0 !important;
}

body.cl-works-template #main_content,
body.cl-works-template .l-mainContent,
body.cl-works-template .l-article,
body.cl-works-template .l-mainContent__inner,
body:has(.cl-works-page) #main_content,
body:has(.cl-works-page) .l-mainContent,
body:has(.cl-works-page) .l-article,
body:has(.cl-works-page) .l-mainContent__inner {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.cl-works-template #sidebar,
body.cl-works-template .l-sidebar,
body.cl-works-template .p-breadcrumb,
body.cl-works-template .c-pageTitle,
body.cl-works-template .c-postTitle,
body.cl-works-template .p-articleHead,
body:has(.cl-works-page) #sidebar,
body:has(.cl-works-page) .l-sidebar,
body:has(.cl-works-page) .p-breadcrumb,
body:has(.cl-works-page) .c-pageTitle,
body:has(.cl-works-page) .c-postTitle,
body:has(.cl-works-page) .p-articleHead {
  display: none !important;
}

body.cl-works-template .post_content,
body:has(.cl-works-page) .post_content {
  margin: 0 !important;
}

body.cl-works-template .post_content > *:first-child,
body:has(.cl-works-page) .post_content > *:first-child {
  margin-top: 0 !important;
}

.cl-works-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
  background:
    radial-gradient(circle at 8% 8%, rgba(0, 100, 223, .08) 0 2px, transparent 3px) 0 0 / 24px 24px,
    linear-gradient(180deg, #f2f9ff 0%, #fff 38%, #edf8ff 100%);
  color: #061f45;
}

.cl-works-page__hero {
  padding: 54px 24px 24px;
}

.cl-works-page__hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.cl-works-page__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin: 0 0 14px;
  padding: 6px 22px;
  border: 2px solid #0064df;
  border-radius: 999px;
  background: #fff;
  color: #0057d9;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.cl-works-page__hero h2 {
  margin: 0 0 14px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #061f45 !important;
  font-size: clamp(36px, 5vw, 68px) !important;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.cl-works-page__hero p:not(.cl-works-page__eyebrow) {
  max-width: 760px;
  margin: 0 auto;
  color: #1f2937;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.8;
}

.cl-works-page__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.cl-works-page__badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 18px;
  border: 2px solid #0064df;
  border-radius: 999px;
  background: #fff;
  color: #0057d9;
  font-size: 15px;
  font-weight: 900;
}

.cl-works-page .cl-works {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 28px;
  background: transparent;
}

.cl-works--page .cl-works__inner {
  max-width: 1440px;
}

.cl-works--page .cl-works__head {
  margin-bottom: 34px;
}

.cl-works--page h1#cl-works-title {
  margin: 0 0 12px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #062a59 !important;
  font-size: clamp(40px, 5vw, 70px) !important;
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: 0;
}

.cl-works--page .cl-works__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cl-works--page .cl-works__price {
  margin-top: 18px;
}

.cl-works-page__summary {
  display: grid;
  grid-template-columns: minmax(0, .9fr) 1.1fr;
  gap: 24px;
  align-items: center;
  max-width: 1280px;
  margin: 8px auto 34px;
  padding: 24px;
  border: 1px solid #cfe4f8;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 28px rgba(7, 38, 83, .10);
}

.cl-works-page__summary p {
  margin: 0 0 6px;
  color: #0057d9;
  font-size: 16px;
  font-weight: 900;
}

.cl-works-page__summary h2 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #061f45 !important;
  font-size: clamp(24px, 3vw, 38px) !important;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0;
}

.cl-works-page__summary dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.cl-works-page__summary dl div {
  padding: 16px 12px;
  border-radius: 14px;
  background: #eef7ff;
  text-align: center;
}

.cl-works-page__summary dt {
  color: #073763;
  font-size: 14px;
  font-weight: 900;
}

.cl-works-page__summary dd {
  margin: 4px 0 0;
  color: #0057d9;
  font-size: 24px;
  font-weight: 900;
}

.cl-works-page__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto 64px;
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0057d9 0%, #003f9f 100%);
  color: #fff;
  box-shadow: 0 18px 38px rgba(0, 67, 160, .20);
}

.cl-works-page__cta p {
  margin: 0 0 6px;
  color: #fff36b;
  font-size: 16px;
  font-weight: 900;
}

.cl-works-page__cta h2 {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: clamp(24px, 3vw, 38px) !important;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
}

.cl-works-page__cta-buttons {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 12px;
}

.cl-works-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 20px;
  border-radius: 12px;
  color: #fff !important;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.cl-works-page__btn--tel {
  background: #0064df;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .35);
}

.cl-works-page__btn--line {
  background: linear-gradient(135deg, #17c84f, #06a73d);
}

.cl-works-page__btn--mail {
  background: linear-gradient(135deg, #ff8617, #ff6800);
}

@media screen and (max-width: 1180px) {
  .cl-works--page .cl-works__grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin: 0 auto;
  }

  .cl-works-page__summary,
  .cl-works-page__cta {
    grid-template-columns: 1fr;
    margin-inline: 24px;
    text-align: center;
  }

  .cl-works-page__cta-buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .cl-works-page__hero {
    padding: 36px 14px 18px;
  }

  .cl-works-page__hero p:not(.cl-works-page__eyebrow) {
    font-size: 15px;
  }

  .cl-works-page__badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-works-page__badges span {
    padding: 8px 10px;
    font-size: 13px;
  }

  .cl-works--page h1#cl-works-title {
    font-size: 34px !important;
  }

  .cl-works-page__summary {
    margin: 0 14px 28px;
    padding: 18px 14px;
  }

  .cl-works-page__summary dl {
    grid-template-columns: 1fr;
  }

  .cl-works-page__cta {
    margin: 0 14px 44px;
    padding: 20px 16px;
    border-radius: 16px;
  }

  .cl-works-page__cta-buttons {
    grid-template-columns: 1fr;
  }

  .cl-works-page__btn {
    width: 100%;
  }
}
