/* ==========================================================================
   PC styles (screen and (min-width: 768px))
   数値はデザインカンプ（PCアートボード 1000 × 4820px / コンテンツ幅800px）実測
   ========================================================================== */
:root {
  --header-total-height: 150px;
}

/* --- Layout / Header --- */
/* カンプ: バー高さ40px（文字16px・行送り18px） */
.l-header__bar {
  padding: 11px 0;
  font-size: 16px;
  line-height: 18px;
}

.l-header__inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* ロゴは左端から40px */
  padding: 12px 40px;
  max-width: var(--container-width);
}

.l-header__logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* カンプのロゴ字形は 150 × 66px（「保守管理サービス」込みの実測は164 × 89px） */
.l-header__logo-image {
  height: 89px;
}

.l-header__badge {
  width: 56px;
}

.l-header__nav {
  display: block;
  min-width: 0;
}

.l-header__nav-list {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 26px;
}

/* カンプ: 14px / 行送り24px / 字送り0.05em */
.l-header__nav-link {
  font-size: 14px;
  line-height: 24px;
}

.l-header__nav-link--cta {
  padding: 6px 22px;
}

.l-header__hamburger {
  display: none;
}

/* --- Layout / Footer --- */
/* カンプ: 帯の高さ50px / コピーライト12px */
.l-footer__inner {
  padding: 16px 0;
  font-size: 12px;
}

.l-footer__copyright-break {
  display: none;
}

/* カンプ: 右端 x=965（＝右から35px）、忍者の上端 y=4726.29px
   追従ボタンぶん(98px)を足して、その上に来るよう調整 */
.l-footer__totop {
  right: 35px;
  bottom: 101px;
  gap: 2px;
}

/* カンプ: 忍者の上端 y=4726.29px、ページ下端 4820.36px（＝高さ約94px） */
.l-footer__totop-icon {
  width: 75px;
}

/* 追従ボタンに隠れないよう、フッター下に余白を確保 */
.l-footer {
  padding-bottom: 98px;
}

/* --- Layout / Follow --- */
/* p-cta__buttons と同じ形（幅741.56px / 間隔78.44px）に合わせる */
.l-follow__inner {
  width: 100%;
  max-width: 741.56px;
  gap: 38.44px;
  padding: 16px 24px;
}

.l-follow__btn {
  width: 100%;
}

/* --- Component / Button --- */
/* カンプ: 331.56 × 66.15px / 文字22px・行送り32px */
.c-btn {
  height: 66.15px;
  font-size: 22px;
  line-height: 32px;
}

/* --- Component / Heading --- */
/* カンプ: 30px / 行送り50px */
.c-heading-lv2 {
  font-size: 30px;
}

/* カンプ: 22px / 行送り34px / 字送り0.2em */
.c-heading-lv3 {
  font-size: 22px;
}

/* --- Component / List --- */
/* カンプ: 文字18px / 行ピッチ43.797px / アイコン23.94px */
.c-checklist__item {
  font-size: 18px;
  line-height: 43.797px;
  gap: 14px;
}

.c-checklist__item::before {
  width: 23.94px;
  height: 23.94px;
  background-size: 20px;
}

/* カンプ: 文字20px / 行送り40px / ドット14px */
.c-dotlist__item {
  font-size: 20px;
  line-height: 40px;
  gap: 14px;
}

.c-dotlist__item::before {
  width: 14px;
  height: 14px;
}

/* --- Project / MV --- */
.p-back {
  background: linear-gradient(360deg,rgba(255, 255, 255, 1) 0%, rgba(251, 247, 243, 1) 100%);
}
/* カンプ: 帯は #ffffff → #fbf7f3 の縦グラデーション（MVとお悩みで1枚の帯） */
/* .p-mv {
  background: linear-gradient(90deg, #ffffff 0%, #fdfaf8 100%);
 
} */

/* l-container の左右余白(100px)を残すため上下だけ指定する */
.p-mv__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 56px;
  padding-bottom: 49.42px;
  padding: 0;
}

/* カンプ: 見出し幅462.8px / リード幅372.5px（ブラウザの字幅差を見て+13px） */
.p-mv__body {
  flex: 0 0 476px;
  min-width: 0;
}

/* カンプ: 30px / 行送り50px / 字送り0.05em */
.p-mv__catch {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0.05em;
  margin-bottom: 24px;

  text-shadow:     3px 3px 1px #EFEFEF,
  -3px -3px 1px #EFEFEF,
  -3px 3px 1px #EFEFEF,
  3px -3px 1px #EFEFEF,
  3px 0 1px #EFEFEF,
  -3px 0 1px #EFEFEF,
  0 3px 1px #EFEFEF,
  0 -3px 1px #EFEFEF;
}


/* カンプ: 16px / 行送り28px / 字送り0.05em */
.p-mv__lead {
  color: var(--color-text);
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
}

.p-mv__visual {
  flex: 1;
  min-width: 0;
}

.p-mv__image {
  width: 100%;
}

/* カンプ: ボタン x=124.25 と x=534.25、幅331.56px、間隔78.44px
   （本文左端100pxから24.25px内側。扉が右にはみ出す分だけ左寄せになっている） */
.p-mv__buttons {
  display: flex;
  gap: 78.44px;
  width: 100%;
  max-width: 741.56px;
  margin-top: 42px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.p-mv__btn {
  width: 100%;
}

/* --- Project / Worry --- */
/* カンプ: 帯の下端は1080px、解決ピルの下端が1040.33px（MVと同じ帯の続き） */
.p-worry {
  /* background: linear-gradient(180deg, #fdfaf8 0%, #fbf7f3 100%); */
  padding-top: 40px;
  padding-bottom: 39.67px;
}

.p-worry .p-section__head {
  margin-bottom: 29.5px;
}

/* カンプ: アイコン左端 x=107.32 / 385.32（列ピッチ278px）
   行の上端 750 / 793.80 / 837.60 / 881.39（ピッチ43.797px）
   ※列2をカンプ通り1frで右まで伸ばすと右側に余白が残り左寄りに見えるため、
     クライアント指示でカンプの列幅は保持したまま列2をmax-contentにしてボックスごと中央寄せ */
.p-worry__list {
  display: grid;
  grid-template-columns: 278px minmax(0, max-content);
  grid-auto-flow: column;
  grid-template-rows: repeat(4, minmax(43.797px, auto));
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45.07px;
}

.p-worry__list .c-checklist__item {
  white-space: normal;
}

/* カンプ: 800 × 80px / 白地 + #af5c9f 2px / 角丸フル / 文字30px・行送り40px・字送り0.1em */
.p-worry__solve {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 800px;
  height: 80px;
  background-color: var(--color-white);
  border: 2px solid var(--color-primary);
  border-radius: 30px;
  text-align: center;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.1em;
}

/* --- Project / About --- */
/* カンプ: 白面は 1080〜1628.81px */
.p-about {
  background-color: var(--color-bg);
  padding: 40px 0;
}

.p-about .p-section__head {
  margin-bottom: 12px;
}

.p-about__lead {
  text-align: center;
  color: var(--color-text);
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 21.32px;
  font-weight: 600;
}

/* カンプ: 800 × 80px / #fbf7f3 / 角丸フル
   ドット左端は本文左端から 47.01 / 173.26 / 309.89 / 463.45 / 612.32px
   （間隔が不均等なのでグリッドで実寸を再現する） */
.p-about__pills {
  display: flex;
  /* grid-template-columns: 126.25px 136.63px 153.56px 148.87px auto; */
flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  width: 100%;
  max-width: 800px;
  /* height: 80px; */
gap: 20px;
  /* overflow-x: auto; */
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  background-color: var(--color-cream);
  border-radius: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-about__pills .c-dotlist__item {
  gap: 8px;
  white-space: nowrap;
}

.p-about__note {
  text-align: center;
  color: var(--color-text);
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  font-weight: 600;
}

/* カンプ: 24px / 行送り34px / 字送り0.2em（特徴ボックス上端が1448.81px） */
.p-about__feature-label {
  text-align: center;
  color: var(--color-text);
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 24px;
  line-height: 34px;
  margin-top: 25px;
  margin-bottom: 30.49px;
}

/* カンプ: 800 × 120px / #af5c9f / #ededed 2px */
.p-about__feature-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--color-primary);
  border: 4px solid var(--color-gray);
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  min-height: 120px;
  margin: 0 auto;
  padding: 16px 40px;
  gap: 28px;
}

.p-about__feature-icon {
  flex-shrink: 0;
  width: 60px;
  height: auto;
}

/* カンプ: 20px / 行送り40px / 字送り0.02em / 2行 */
.p-about__feature-text {
  display: flex;
  flex-wrap: wrap;
  color: var(--color-white);
  font-weight: 600;
  letter-spacing: 0.02em;
  gap: 0 24px;
  font-size: 20px;
  line-height: 40px;
}

.p-about__feature-item {
  white-space: nowrap;
}

/* --- Project / Security --- */
/* カンプ: 白面の下端＝ダーク帯の上端 2320px */
.p-security {
  background-color: var(--color-bg);
  padding-top: 50px;
  padding-bottom: 90.76px;

}

.p-security .p-section__head {
  margin-bottom: 22.96px;
}

/* カンプ: 18px / 行送り28px / 字送り0.02em */
.p-security__lead {
  text-align: center;
  color: var(--color-text);
  letter-spacing: 0.02em;
  font-size: 18px;
  line-height: 28px;
  margin-top: 14px;
  font-weight: 600;
}

/* ※画像+リストの合計幅が本文幅より狭く左寄りに見えるため、
   クライアント指示で行全体を中央寄せ（画像とリストの間隔・内部比率はカンプのまま） */
.p-security__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 40px;
}

/* カンプ: リストのドット左端は本文左端から448.54px（＝画像428.54px + 間隔20px）
   コンテナが428.54pxより狭くなる場合のみ画像側を縮めて崩れを防ぐ */
.p-security__visual {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 428.54px;
  min-width: 0;
}

.p-security__image {
  width: 100%;
  display: block;
}

.p-security__list {
  position: relative;
  /* flex: 1; */
  min-width: 0;
  display: flex;
  flex-direction: column;
  /* 右上の装飾に文字が重ならないよう余白を確保 */
  padding-right: 100px;
}

.p-security__list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 126px;
  background-image: url(../images/security.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  pointer-events: none;
}

/* カンプ: ドットの行ピッチ39.905px */
.p-security__list .c-dotlist__item {
  line-height: 39.905px;
}

.p-security__note {
  text-align: center;
  color: var(--color-text);
  letter-spacing: 0.02em;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 36px;
  font-weight: 600;
}

.p-security__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 70px;
}

.p-security__logo {
  font-family: var(--font-family-en);
  font-weight: 600;
  color: var(--color-text);
  letter-spacing: 0.02em;
  font-size: 30px;
  line-height: 38px;
}

/* --- Project / Compare --- */
/* カンプ: ダーク帯 2320〜4390.36px（FAQと共通の #af5c9f → #241816 グラデーション）、表カード上端 2500.73px */
.p-dark {
  background: var(--gradient-dark);
}

.p-compare {
  padding: 60px 0 0;
}

.p-compare .p-section__head {
  margin-bottom: 20.74px;
}

.p-compare__sub {
  text-align: center;
  color: var(--color-white);
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  line-height: 34px;
  margin-top: 16px;
}

/* カンプ: カード 800 × 646.61px / 塗りなし + 白1px / 角丸
   罫線は内側50pxずつ内寄せ（幅700px）、2576.90から49.516pxピッチで11本、最後が3072.06px */
.p-compare__table-wrap {
  box-shadow: inset 0 0 0 2px var(--color-white);
  border-radius: 24px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 50px 32px;
  overflow-x: auto;
}

.p-compare__table {
  /* width: 100%; */
  border-collapse: collapse;
  table-layout: fixed;
}

.p-compare__table th,
.p-compare__table td {
  text-align: center;
  vertical-align: middle;
  color: var(--color-white);
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border-bottom: 1px solid var(--color-white);
  padding: 0;
  height: 49.516px;
  font-size: 16px;
  line-height: 34px;
}

.p-compare__table tbody th {
  text-align: left;
  font-weight: 600;
}

.p-compare__table .is-highlight {
  background-color: var(--color-primary);
}

/* .p-compare__table thead .is-highlight {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
} */

/* .p-compare__table tbody tr:last-child .is-highlight {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
} */

.p-compare__table th:last-child,
.p-compare__table td:last-child {
  padding: 0;
}

/* カンプ: 見出し行の高さ76.17px */
.p-compare__table thead th {
  height: 76.17px;
  font-size: 16px;
  vertical-align: middle;
}

/* カンプ: ○△ は20px、× は30px */
.p-compare__table tbody td {
  font-size: 20px;
}

/* カンプ: 表内700pxのうち「サイト丸」列は 511.56〜626.82px（幅115.26px） */
.p-compare__table th:first-child,
.p-compare__table td:first-child {
  text-align: left;
  width: 219.56px;
}

.p-compare__table th:nth-child(2),
.p-compare__table td:nth-child(2) {
  width: 292px;
}

.p-compare__table th:nth-child(3),
.p-compare__table td:nth-child(3) {
  width: 115.26px;
}

.p-compare__table th:nth-child(4),
.p-compare__table td:nth-child(4) {
  width: 73.18px;
}

/* カンプ: 「×」だけ30px（○・△は20px） */
.p-compare__cross {
  font-size: 1.5em;
  line-height: 1;
}

.p-compare__note {
  color: var(--color-white);
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 26px;
font-weight: 600;
  margin-top: 14px;
}

.p-compare__note-break {
  display: none;
}

/* --- Project / FAQ --- */
/* カンプ: カード上端3272.22px / 下端4312.22px、ダーク帯の下端が4390.36px */
.p-faq {
  padding: 8px 0 78.14px;
}

.p-faq .p-section__head {
  margin-bottom: 26.9px;
  margin-top: 26.9px;
}

/* カンプ: カード 800 × 1040px / 塗りなし + 白1px / 角丸
   罫線は内側130pxずつ内寄せ（幅540px）、1本目はカード上端から90.26px */
.p-faq__card {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px var(--color-white);
  border-radius: 24px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 28.26px 130px 55.11px;
}

.p-faq__title {
  text-align: center;
  color: var(--color-white);
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 28px;
}

.p-faq__divider {
  border: none;
  border-top: 1px solid var(--color-white);
  margin: 0;
}

/* カンプ: 罫線の間隔は項目ごとに 152.69 / 189.93 / 152.70 / 122.81 / 152.69 / 122.81px */
.p-faq__item {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

/* 罫線の太さ1px分を差し引いた値 */
.p-faq__item:nth-of-type(1) { min-height: 151.69px; }
.p-faq__item:nth-of-type(2) { min-height: 188.93px; }
.p-faq__item:nth-of-type(3) { min-height: 151.70px; }
.p-faq__item:nth-of-type(4) { min-height: 121.81px; }
.p-faq__item:nth-of-type(5) { min-height: 151.69px; }
.p-faq__item:nth-of-type(6) { min-height: 121.81px; }

.p-faq__q,
.p-faq__a {
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 34px;
}

/* --- Project / CTA --- */
/* カンプ: 白面 4390.36〜4770.36px（高さ380px）、ボックス上端4443.39px */
.p-cta {
  background-color: var(--color-bg);
  padding: 53.03px 0 59.23px;
}

/* カンプ: 800 × 159.76px / 白地 + #af5c9f 1px */
.p-cta__box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-bg);
  border: 2px solid var(--color-primary);
  border-radius: 24px;
  text-align: center;
  width: 100%;
  max-width: 800px;
  min-height: 159.76px;
  margin: 0 auto 41.83px;
  padding: 30px 36px;
}

/* カンプ: 30px / 行送り45px / 字送り0.05em */
.p-cta__heading {
  color: var(--color-primary);
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 30px;
  line-height: 45px;
}

.p-cta__buttons {
  display: flex;
  width: 100%;
  max-width: 741.56px;
  /* margin-left: 24.25px; */
  gap: 78.44px;
  margin-left: auto;
  margin-right: auto;
}

.p-cta__btn {
  width: 100%;
}
