/* =============================================
   Claude Cowork 内製化支援 LP — WordPress版
   スコープ: .ccw
   ============================================= */

/* --- CSS Custom Properties (scoped) --- */
.ccw {
  --accent: #ff8a3d;
  --accent-strong: #e66a1f;
  --accent-soft: #fff1e7;
  --text: #1C2D3E;
  --text-soft: #4A6278;
  --dark: #1B3148;
  --dark-soft: #264870;
  --surface: #ffffff;
  --surface-muted: #EEF3F9;
  --surface-deep: #DDE6F0;
  --border: #C4D4E4;
  --shadow: rgba(27, 49, 72, 0.12);
  --placeholder-start: #f3d7c6;
  --placeholder-end: #e8b9a0;
  --placeholder-text: #8f4f2e;
}

/* =============================================
   リセットCSS（:where() で詳細度0）
   HubSpotフォーム(.ccw-contact-form__body)は除外
   ============================================= */
.ccw html:where(:not(.ccw-contact-form__body *)),
.ccw body:where(:not(.ccw-contact-form__body *)),
.ccw div:where(:not(.ccw-contact-form__body *)),
.ccw span:where(:not(.ccw-contact-form__body *)),
.ccw applet:where(:not(.ccw-contact-form__body *)),
.ccw object:where(:not(.ccw-contact-form__body *)),
.ccw iframe:where(:not(.ccw-contact-form__body *)),
.ccw h1:where(:not(.ccw-contact-form__body *)),
.ccw h2:where(:not(.ccw-contact-form__body *)),
.ccw h3:where(:not(.ccw-contact-form__body *)),
.ccw h4:where(:not(.ccw-contact-form__body *)),
.ccw h5:where(:not(.ccw-contact-form__body *)),
.ccw h6:where(:not(.ccw-contact-form__body *)),
.ccw p:where(:not(.ccw-contact-form__body *)),
.ccw blockquote:where(:not(.ccw-contact-form__body *)),
.ccw pre:where(:not(.ccw-contact-form__body *)),
.ccw a:where(:not(.ccw-contact-form__body *)),
.ccw abbr:where(:not(.ccw-contact-form__body *)),
.ccw acronym:where(:not(.ccw-contact-form__body *)),
.ccw address:where(:not(.ccw-contact-form__body *)),
.ccw big:where(:not(.ccw-contact-form__body *)),
.ccw cite:where(:not(.ccw-contact-form__body *)),
.ccw code:where(:not(.ccw-contact-form__body *)),
.ccw del:where(:not(.ccw-contact-form__body *)),
.ccw dfn:where(:not(.ccw-contact-form__body *)),
.ccw em:where(:not(.ccw-contact-form__body *)),
.ccw img:where(:not(.ccw-contact-form__body *)),
.ccw ins:where(:not(.ccw-contact-form__body *)),
.ccw kbd:where(:not(.ccw-contact-form__body *)),
.ccw q:where(:not(.ccw-contact-form__body *)),
.ccw s:where(:not(.ccw-contact-form__body *)),
.ccw samp:where(:not(.ccw-contact-form__body *)),
.ccw small:where(:not(.ccw-contact-form__body *)),
.ccw strike:where(:not(.ccw-contact-form__body *)),
.ccw strong:where(:not(.ccw-contact-form__body *)),
.ccw tt:where(:not(.ccw-contact-form__body *)),
.ccw var:where(:not(.ccw-contact-form__body *)),
.ccw b:where(:not(.ccw-contact-form__body *)),
.ccw u:where(:not(.ccw-contact-form__body *)),
.ccw i:where(:not(.ccw-contact-form__body *)),
.ccw center:where(:not(.ccw-contact-form__body *)),
.ccw dl:where(:not(.ccw-contact-form__body *)),
.ccw dt:where(:not(.ccw-contact-form__body *)),
.ccw dd:where(:not(.ccw-contact-form__body *)),
.ccw ol:where(:not(.ccw-contact-form__body *)),
.ccw ul:where(:not(.ccw-contact-form__body *)),
.ccw li:where(:not(.ccw-contact-form__body *)),
.ccw fieldset:where(:not(.ccw-contact-form__body *)),
.ccw form:where(:not(.ccw-contact-form__body *)),
.ccw label:where(:not(.ccw-contact-form__body *)),
.ccw legend:where(:not(.ccw-contact-form__body *)),
.ccw table:where(:not(.ccw-contact-form__body *)),
.ccw caption:where(:not(.ccw-contact-form__body *)),
.ccw tbody:where(:not(.ccw-contact-form__body *)),
.ccw tfoot:where(:not(.ccw-contact-form__body *)),
.ccw thead:where(:not(.ccw-contact-form__body *)),
.ccw tr:where(:not(.ccw-contact-form__body *)),
.ccw th:where(:not(.ccw-contact-form__body *)),
.ccw td:where(:not(.ccw-contact-form__body *)),
.ccw article:where(:not(.ccw-contact-form__body *)),
.ccw aside:where(:not(.ccw-contact-form__body *)),
.ccw canvas:where(:not(.ccw-contact-form__body *)),
.ccw details:where(:not(.ccw-contact-form__body *)),
.ccw embed:where(:not(.ccw-contact-form__body *)),
.ccw figure:where(:not(.ccw-contact-form__body *)),
.ccw figcaption:where(:not(.ccw-contact-form__body *)),
.ccw footer:where(:not(.ccw-contact-form__body *)),
.ccw header:where(:not(.ccw-contact-form__body *)),
.ccw hgroup:where(:not(.ccw-contact-form__body *)),
.ccw menu:where(:not(.ccw-contact-form__body *)),
.ccw nav:where(:not(.ccw-contact-form__body *)),
.ccw output:where(:not(.ccw-contact-form__body *)),
.ccw ruby:where(:not(.ccw-contact-form__body *)),
.ccw section:where(:not(.ccw-contact-form__body *)),
.ccw summary:where(:not(.ccw-contact-form__body *)),
.ccw time:where(:not(.ccw-contact-form__body *)),
.ccw mark:where(:not(.ccw-contact-form__body *)),
.ccw audio:where(:not(.ccw-contact-form__body *)),
.ccw video:where(:not(.ccw-contact-form__body *)) {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.ccw article:where(:not(.ccw-contact-form__body *)),
.ccw aside:where(:not(.ccw-contact-form__body *)),
.ccw details:where(:not(.ccw-contact-form__body *)),
.ccw figcaption:where(:not(.ccw-contact-form__body *)),
.ccw figure:where(:not(.ccw-contact-form__body *)),
.ccw footer:where(:not(.ccw-contact-form__body *)),
.ccw header:where(:not(.ccw-contact-form__body *)),
.ccw hgroup:where(:not(.ccw-contact-form__body *)),
.ccw menu:where(:not(.ccw-contact-form__body *)),
.ccw nav:where(:not(.ccw-contact-form__body *)),
.ccw section:where(:not(.ccw-contact-form__body *)) {
  display: block;
}

.ccw {
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  color: var(--text);
  font-weight: 600;
  overflow-x: hidden;
  background: #f7f3ef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-size: clamp(15px, 1.1vw, 16px);
}

.ccw ol:where(:not(.ccw-contact-form__body *)),
.ccw ul:where(:not(.ccw-contact-form__body *)) {
  list-style: none;
}

.ccw blockquote:where(:not(.ccw-contact-form__body *)),
.ccw q:where(:not(.ccw-contact-form__body *)) {
  quotes: none;
}

.ccw blockquote:where(:not(.ccw-contact-form__body *))::before,
.ccw blockquote:where(:not(.ccw-contact-form__body *))::after,
.ccw q:where(:not(.ccw-contact-form__body *))::before,
.ccw q:where(:not(.ccw-contact-form__body *))::after {
  content: "";
}

.ccw table:where(:not(.ccw-contact-form__body *)) {
  border-collapse: collapse;
  border-spacing: 0;
}

.ccw a:where(:not(.ccw-contact-form__body *)) {
  text-decoration: none;
  color: inherit;
}

.ccw img:where(:not(.ccw-contact-form__body *)) {
  width: 100%;
  height: 100%;
  display: block;
}

.ccw strong:where(:not(.ccw-contact-form__body *)) {
  font-weight: bold;
}

/* =============================================
   共通コンポーネント
   ============================================= */
.ccw .ccw-page {
  overflow: hidden;
}

.ccw .flex {
  display: flex;
}

.ccw .wrap {
  flex-wrap: wrap;
}

.ccw .pc_only {
  display: inline-block;
}

.ccw .sp_only {
  display: none;
}

.ccw .br_txt {
  display: inline;
}

.ccw .placeholder,
.ccw .icon_placeholder {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, var(--placeholder-start), var(--placeholder-end));
  border: 1px solid rgba(143, 79, 46, 0.12);
  box-shadow: 0 18px 36px var(--shadow);
}

.ccw .placeholder::before,
.ccw .icon_placeholder::before {
  content: "";
  position: absolute;
  inset: auto -10% -30% 20%;
  height: 75%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  transform: rotate(-10deg);
}

.ccw .placeholder::after,
.ccw .icon_placeholder::after {
  content: attr(data-label);
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 24px);
  text-align: center;
  color: var(--placeholder-text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

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

.ccw .circle {
  border-radius: 999px;
}

.ccw .cta_area {
  background: var(--dark);
  padding: 60px 20px 100px;
}

.ccw .inner.cta {
  padding: 0;
}

.ccw .cta_txt.green {
  font-size: clamp(15px, 1.4vw, 20px);
  color: var(--accent);
  margin-bottom: 20px;
}

.ccw .cta_txt {
  font-size: clamp(16px, 3.2vw, 24px);
  text-align: center;
  color: var(--surface);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-wrap: balance;
}

.ccw .btn_area.flex {
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.ccw .cta_btn {
  display: block;
  padding: 21px 36px;
  background: var(--accent);
  color: #fff;
  border: solid 2px var(--accent);
  border-radius: 50px;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: 0.4s;
  box-shadow: 0 14px 30px rgba(230, 106, 31, 0.25);
}

.ccw .cta_btn:hover {
  color: #fff;
  background: var(--accent-strong);
  border-color: var(--accent-strong);
}

.ccw .inner {
  max-width: 880px;
  padding: 80px 50px 90px;
  margin: 0 auto;
}

.ccw .gray_bg {
  background: #ede7e0;
}

.ccw h2 {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px;
  color: var(--text);
  text-wrap: balance;
}

.ccw .small_ttl {
  font-size: clamp(13px, 1.2vw, 16px);
  text-align: center;
  color: var(--accent-strong);
  margin-bottom: 40px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.ccw ul.list_dots {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ccw ul.list_dots li {
  padding-left: 15px;
  position: relative;
  line-height: 1.9;
  font-weight: 500;
  font-size: clamp(14px, 1.1vw, 16px);
}

.ccw ul.list_dots li span {
  border-bottom: solid 3px var(--accent);
}

.ccw ul.list_dots li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/* ---------- FV: refreshed design ---------- */
@keyframes ccwFvSlideUp {
  from { opacity: 0; transform: translate(0, calc(-50% + 28px)); }
  to { opacity: 1; transform: translate(0, -50%); }
}

@keyframes ccwFvSlideUpChild {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ccwFvSlideUpRelative {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

.ccw .secFV {
  background: #f5ebe4;
  padding: 100px 0 80px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.ccw .secFV::after {
  display: none;
}

.ccw .secFVinner {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
  width: fit-content;
  max-width: 50%;
  animation: ccwFvSlideUp .7s ease-out both;
}

.ccw .secFVphoto {
  width: 58%;
  position: relative;
  margin: 0 0 0 auto;
  z-index: 0;
  border-radius: 42px 0 0 42px;
  overflow: hidden;
}

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

.ccw .fv_copy {
  font-size: clamp(16px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  width: auto;
  max-width: 480px;
  margin-top: 0;
  margin-bottom: clamp(8px, 1.5vw, 20px);
  padding-left: clamp(60px, 7vw, 160px);
  color: var(--text-soft);
}

.ccw .fv_em {
  position: relative;
  color: var(--accent-strong);
}

.ccw .fv_em::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: var(--accent);
  opacity: .45;
}

.ccw .fv_ttl {
  animation: ccwFvSlideUpChild .7s ease-out .12s both;
  margin-top: clamp(20px, 4vw, 60px);
  padding-left: clamp(60px, 7vw, 160px);
}

.ccw .fv_ttl_txt {
  font-size: clamp(34px, 3.6vw, 56px);
  font-weight: 900;
  line-height: 1.2;
  width: fit-content;
  position: relative;
  color: var(--text);
  letter-spacing: 0.02em;
}

.ccw .fv_ttl_txt span {
  white-space: nowrap;
  position: relative;
  z-index: 5;
  display: block;
  font-size: clamp(20px, 2.2vw, 34px);
  font-weight: 800;
  margin-top: clamp(4px, 0.4vw, 6px);
  color: var(--accent-strong);
  letter-spacing: 0.18em;
  line-height: 1.3;
}

.ccw .secFVinner .btn_area.flex {
  justify-content: flex-start;
  padding-left: clamp(60px, 7vw, 160px);
  margin-top: clamp(32px, 4vw, 60px);
  animation: ccwFvSlideUpChild .7s ease-out .24s both;
}

.ccw .secFV .cta_btn {
  font-size: clamp(18px, 1.6vw, 22px);
  padding: clamp(20px, 1.6vw, 28px) clamp(44px, 4vw, 72px);
  letter-spacing: 0.1em;
  font-weight: 800;
}

.ccw .secFVinner .box_txt {
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.85;
  letter-spacing: 0.03em;
  max-width: 462px;
  margin-left: 100px;
  margin-top: 40px;
  border: solid 2px var(--dark);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 10px;
  padding: 16px;
}

/* FV scroll-down indicator */
@keyframes ccwScrollBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

@keyframes ccwScrollLineGrow {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

.ccw .fv_scroll_down {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: ccwScrollBounce 2s ease-in-out infinite;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s;
}

.ccw .fv_scroll_down:hover {
  opacity: 0.6;
}

.ccw .fv_scroll_label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--text-soft);
}

.ccw .fv_scroll_line {
  display: block;
  width: 1px;
  height: 32px;
  background: var(--text-soft);
  animation: ccwScrollLineGrow 2s ease-in-out infinite;
}

.ccw .worry_human {
  margin-top: 60px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ccw .question_ttl {
  width: fit-content;
  background: var(--surface);
  margin: 0 auto;
  position: relative;
  top: -3px;
  z-index: 1;
}

.ccw .worry_question .question_ttl p {
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 800;
  line-height: 1.5;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 40px 10px 130px;
  border: solid 2px var(--accent);
  border-radius: 100px;
  position: relative;
  top: -1px;
  z-index: 0;
  background: var(--surface);
}

.ccw .worry_question .question_ttl p::before {
  content: "Q";
  position: absolute;
  width: 86px;
  height: 86px;
  bottom: -2px;
  left: 18px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--surface);
  display: grid;
  place-items: center;
  font-size: 38px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(230, 106, 31, 0.24);
}

.ccw .worry_question {
  padding: 0 35px 35px;
  border: solid 2px var(--accent);
  border-radius: 10px;
}

.ccw .qs_inner.flex {
  justify-content: center;
  align-items: flex-end;
  gap: 60px;
  margin-top: 30px;
}

.ccw .qs_img {
  max-width: 271px;
  width: 100%;
  min-height: 290px;
  border-radius: 24px;
}

.ccw .qs_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ccw .qs_list li {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 700;
  letter-spacing: 0;
  padding-left: 30px;
  position: relative;
  line-height: 1.7;
}

.ccw .qs_list li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.ccw .qs_list li:nth-of-type(1)::before { background: var(--accent); }
.ccw .qs_list li:nth-of-type(2)::before { background: #d2b7a8; }
.ccw .qs_list li:nth-of-type(3)::before { background: #b6876d; }
.ccw .qs_list li:nth-of-type(4)::before { background: #8b6451; }
.ccw .qs_list li:nth-of-type(5)::before { background: var(--dark); }

.ccw .sec01 > .inner > h2 {
  text-wrap: auto;
}

.ccw .sec01 p.qs_inner_txt {
  font-size: 14px;
  letter-spacing: 0;
  text-align: end;
  margin-top: 30px;
}

.ccw .sec01 > .inner > p {
  letter-spacing: 0.03em;
  line-height: 1.9;
  margin-top: 60px;
  font-size: clamp(14px, 1.2vw, 16px);
}

.ccw .sec02 h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 50px;
}

.ccw .sec02 h2::before,
.ccw .sec02 h2::after {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--text);
  position: absolute;
  top: 50%;
}

.ccw .sec02 h2::before {
  left: 0;
  transform: rotate(45deg) translate(0, -50%);
}

.ccw .sec02 h2::after {
  right: 0;
  transform: rotate(-45deg) translate(0, -50%);
}

.ccw .sug_box {
  margin-top: 100px;
  position: relative;
}

.ccw .sug_box::before {
  content: "→";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 50px;
  height: 48px;
  color: var(--accent-strong);
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  display: grid;
  place-items: center;
}

.ccw .sug_box_inner {
  margin-left: 70px;
  padding: 50px 80px 25px;
  color: var(--surface);
  background: var(--dark-soft);
  border-radius: 10px;
  position: relative;
}

.ccw .Worry01 .worry_sug,
.ccw .Worry02 .worry_sug,
.ccw .Worry03 .worry_sug {
  position: absolute;
  top: -65px;
  left: -90px;
  z-index: 5;
  border-radius: 20px;
}

.ccw .Worry01 .worry_sug { width: 354px; aspect-ratio: 354 / 130; }
.ccw .Worry02 .worry_sug { width: 292px; aspect-ratio: 292 / 130; }
.ccw .Worry03 .worry_sug { width: 406px; aspect-ratio: 406 / 130; }

.ccw .sug_box_inner h3 {
  font-size: clamp(18px, 1.8vw, 24px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  padding-left: 60px;
}

.ccw .sug_box_inner h3::before {
  position: absolute;
  left: 0;
  top: -4px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--surface);
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 800;
  content: "1";
}

.ccw .Worry02 .sug_box_inner h3::before { content: "2"; }
.ccw .Worry03 .sug_box_inner h3::before { content: "3"; }

.ccw .sug_box_inner ul.list_dots {
  margin-top: 20px;
}

.ccw .sug_box_inner ul li {
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 400;
  line-height: 1.75;
}

.ccw .line_hm {
  display: inline;
  color: var(--accent);
  margin-left: 6px;
  box-shadow: inset 0 -0.4em 0 rgba(255, 138, 61, 0.2);
}

/* --- Section D: Service --- */
.ccw .sec03 {
  background: #1B3148;
  color: #fff;
}

.ccw .sec03 h2 {
  color: #fff;
}

.ccw .sec03 .inner {
  padding: 80px 50px 80px;
}

.ccw .sec03_lead {
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 700;
  text-align: center;
  color: var(--accent);
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 12px;
}

.ccw .sec03_main_ttl {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 8px;
}

.ccw .sec03_main_ttl span {
  color: var(--accent);
}

.ccw .sec03 .small_ttl {
  color: var(--accent);
}

.ccw .sec03 .btn_area.flex {
  margin-top: 50px;
}

.ccw .service_box {
  padding: 50px 20px 50px 40px;
  border: solid 1px var(--border);
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
  background: var(--surface);
  box-shadow: 0 18px 40px rgba(84, 56, 35, 0.05);
}

.ccw .service_box.s-box02 {
  margin-bottom: 0;
}

.ccw .service_box h3 {
  font-size: clamp(16px, 1.4vw, 20px);
  letter-spacing: 0.05em;
  line-height: 1.3;
  width: fit-content;
  padding: 15px 50px;
  border-radius: 50px;
  position: absolute;
  top: -23px;
  left: -20px;
}

.ccw .service_box h3.srv_ttl01 {
  color: var(--dark);
  background: var(--accent);
}

.ccw .service_box h3.srv_ttl02 {
  color: var(--accent-soft);
  background: var(--dark-soft);
}

.ccw .srv_box_inner.flex {
  align-items: center;
  gap: 50px;
}

.ccw .srv_img01,
.ccw .srv_img02 {
  width: 308px;
  min-height: 240px;
  border-radius: 24px;
}

.ccw .srv_list li {
  letter-spacing: 0;
}

.ccw .service_box .srv_box_inner {
  margin-top: 30px;
}

.ccw .service_tag {
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--accent);
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.ccw .service_desc {
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.95;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 14px;
  color: var(--text);
}

/* --- Section E: Use Cases --- */
.ccw .cases_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ccw .case_box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px 36px 24px;
  box-shadow: 0 18px 40px rgba(84, 56, 35, 0.05);
}

.ccw .case_ttl {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: var(--dark);
  padding-left: 20px;
  padding-bottom: 24px;
  border-bottom: 2px solid var(--surface-deep);
  margin-bottom: 16px;
  position: relative;
}

.ccw .case_ttl::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: calc(100% - 28px);
  background: var(--accent);
  border-radius: 4px;
}

.ccw .case_inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--surface-muted);
}

.ccw .case_inner:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ccw .case_label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 4px 14px;
  border-radius: 50px;
  background: var(--surface-muted);
  color: var(--text-soft);
}

.ccw .case_inner.case_result .case_label {
  background: var(--accent-soft);
  color: var(--accent-strong);
}

.ccw .case_body {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.8;
  letter-spacing: 0.01em;
  font-weight: 500;
  padding-top: 2px;
}

.ccw .case_body span {
  font-weight: 800;
  color: var(--accent-strong);
}

/* --- Section F: Target --- */
.ccw .sec05 {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(255, 138, 61, 0.1), transparent 22%),
    linear-gradient(135deg, #fff7f1 0%, #f8eee7 100%);
  position: relative;
}

.ccw .sec05::after {
  content: "";
  max-width: 880px;
  width: calc(100% - 100px);
  height: 6px;
  border-radius: 999px;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translate(-50%, 0);
  background: linear-gradient(90deg, rgba(255, 138, 61, 0), rgba(255, 138, 61, 0.9), rgba(255, 138, 61, 0));
}

.ccw .inner.advantages-voice {
  position: relative;
  padding: 90px 50px 110px;
  z-index: 1;
}

.ccw .advantages_list {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ccw .advantages_list li.flex {
  align-items: center;
  gap: 30px;
  background: var(--surface);
  border-radius: 100px;
  padding: 30px 35px 30px 45px;
  box-shadow: 0 18px 36px rgba(84, 56, 35, 0.08);
}

.ccw .adv_img01,
.ccw .adv_img02,
.ccw .adv_img03 {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--accent) !important;
  border: none !important;
  box-shadow: none !important;
}

.ccw .adv_img01::after,
.ccw .adv_img02::after,
.ccw .adv_img03::after,
.ccw .adv_img04::after,
.ccw .adv_img05::after {
  content: "\2713" !important;
  font-size: 26px !important;
  color: #fff !important;
  font-weight: 900;
}

.ccw .adv_img01::before,
.ccw .adv_img02::before,
.ccw .adv_img03::before,
.ccw .adv_img04::before,
.ccw .adv_img05::before {
  display: none !important;
}

.ccw .icon_placeholder {
  display: block;
}

.ccw .icon_placeholder::after {
  font-size: 20px;
  width: 100%;
}

.ccw .adv_list_txt {
  width: calc(100% - 140px);
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0;
}

.ccw .adv_list_txt span {
  border-bottom: solid 3px var(--accent);
}

.ccw .adv_img04,
.ccw .adv_img05 {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--accent) !important;
  border: none !important;
  box-shadow: none !important;
}

/* --- Section G: Flow --- */
.ccw .sec_flow .inner {
  max-width: 1100px;
}

.ccw .flow_steps {
  display: flex;
  gap: 16px;
  margin-top: 60px;
  align-items: stretch;
}

.ccw .flow_step {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 30px 20px 28px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(84, 56, 35, 0.05);
  box-sizing: border-box;
}

.ccw .flow_step_num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--surface);
  font-size: 21px;
  font-weight: 800;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  flex-shrink: 0;
}

.ccw .flow_step_ttl {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--dark);
  margin-bottom: 14px;
  text-wrap: balance;
}

.ccw .flow_step_desc {
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: var(--text-soft);
}

/* --- Section H: Diagnosis --- */
.ccw .worry_list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--surface);
  border: 2px solid var(--border);
  border-radius: 20px;
  padding: 50px 60px;
  box-shadow: 0 18px 36px var(--shadow);
}

.ccw .sec_diagnosis .worry_list {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin-top: 36px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  gap: 18px;
}

.ccw .sec_diagnosis .worry_list li {
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 700;
  padding-left: 40px;
}

.ccw .sec_diagnosis .worry_list li::before {
  width: 26px;
  height: 26px;
  font-size: 14px;
  top: 2px;
}

.ccw .sec_diagnosis .inner > p {
  margin-top: 36px;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  text-align: center;
}

.ccw .worry_list li {
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  padding-left: 38px;
  position: relative;
}

.ccw .worry_list li::before {
  content: "\2713";
  position: absolute;
  top: 4px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  display: grid;
  place-items: center;
}

/* --- Section C: AI explain --- */
.ccw .ai_explain.flex {
  gap: 60px;
  align-items: flex-start;
  margin-top: 40px;
}

.ccw .ai_explain_text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ccw .ai_explain_text p {
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.95;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.ccw .ai_compare {
  width: 50%;
  flex-shrink: 0;
}

@media screen and (min-width: 1200px) {
  .ccw .sec02 .inner {
    max-width: 1100px;
  }

  .ccw .ai_explain.flex {
    align-items: center;
  }

  .ccw .ai_compare {
    width: 55%;
  }
}

/* --- Section I: CTA / Form --- */
.ccw .cta_area.form-cta {
  padding: 80px 20px 100px;
}

/* HubSpot form wrapper */
.ccw .ccw-contact-form__body {
  max-width: 580px;
  margin: 50px auto 0;
  text-align: left;
}

/* =============================================
   HubSpotフォーム — 幅の強制 & スタイル上書き
   ============================================= */
.ccw .ccw-contact-form__body .hs-form fieldset {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ccw .ccw-contact-form__body .hs-form fieldset .hs-form-field {
  width: 100% !important;
}

.ccw .ccw-contact-form__body .hs-form .input > .hs-input {
  width: 100% !important;
}

.ccw .ccw-contact-form__body .hs-form .hs-form-field {
  margin-bottom: 22px;
}

.ccw .ccw-contact-form__body .hs-form label:not(.hs-error-msg) {
  font-size: 15px;
  font-weight: 800;
  color: var(--surface);
  margin-bottom: 8px;
  letter-spacing: 0.04em;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

.ccw .ccw-contact-form__body .hs-form .hs-field-desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  margin-bottom: 6px;
}

.ccw .ccw-contact-form__body .hs-form .hs-input {
  width: 100% !important;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: var(--surface);
  letter-spacing: 0.02em;
  box-sizing: border-box;
  transition: border-color 0.3s, background 0.3s;
}

.ccw .ccw-contact-form__body .hs-form textarea.hs-input {
  resize: vertical;
  min-height: 120px;
}

.ccw .ccw-contact-form__body .hs-form select.hs-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23fff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.ccw .ccw-contact-form__body .hs-form select.hs-input option {
  background: var(--dark);
  color: var(--surface);
}

.ccw .ccw-contact-form__body .hs-form .hs-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.ccw .ccw-contact-form__body .hs-form .hs-input:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(255, 255, 255, 0.15);
}

.ccw .ccw-contact-form__body .hs-form .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
}

.ccw .ccw-contact-form__body .hs-form .hs-error-msg {
  color: #ff6b6b;
  font-size: 13px;
  font-weight: 500;
}

.ccw .ccw-contact-form__body .hs-form .hs-richtext {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.ccw .ccw-contact-form__body .hs-form .hs_submit {
  text-align: center;
  margin-top: 30px;
}

.ccw .ccw-contact-form__body .hs-form .hs-button {
  display: inline-block;
  padding: 21px 60px;
  background: var(--accent);
  color: #fff;
  border: solid 2px var(--accent);
  border-radius: 50px;
  font-size: 18px;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 14px 30px rgba(230, 106, 31, 0.25);
  width: 100%;
  max-width: 360px;
}

.ccw .ccw-contact-form__body .hs-form .hs-button:hover {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
}

.ccw .ccw-contact-form__body .hs-form .hs-form-required {
  color: var(--accent);
  margin-left: 4px;
}

.ccw .ccw-contact-form__body .hs-form .inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ccw .ccw-contact-form__body .hs-form .inputs-list li {
  margin-bottom: 8px;
}

.ccw .ccw-contact-form__body .hs-form .inputs-list label {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.ccw .ccw-contact-form__body .hs-form .inputs-list input[type="checkbox"],
.ccw .ccw-contact-form__body .hs-form .inputs-list input[type="radio"] {
  width: 18px !important;
  height: 18px;
  accent-color: var(--accent);
}

.ccw .ccw-contact-form__body .hs-form .legal-consent-container {
  margin-top: 20px;
}

.ccw .ccw-contact-form__body .hs-form .legal-consent-container p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.7;
}

/* =============================================
   レスポンシブ
   ============================================= */
@media screen and (max-width: 1440px) {
  .ccw .secFV {
    padding: 100px 0 80px;
  }

  .ccw .secFVinner {
    position: relative;
    top: unset;
    transform: none;
    max-width: none;
    margin-right: 20px;
    z-index: 2;
    animation: ccwFvSlideUpRelative .7s ease-out both;
  }

  .ccw .fv_ttl {
    animation: ccwFvSlideUpRelative .7s ease-out .12s both;
  }

  .ccw .secFVinner .btn_area.flex {
    animation: ccwFvSlideUpRelative .7s ease-out .24s both;
  }

  .ccw .fv_copy {
    margin-top: 20px;
  }

  .ccw .secFVphoto {
    max-width: 850px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0;
    z-index: 0;
  }
}

@media screen and (max-width: 1100px) {
  .ccw .secFV {
    padding: 110px 0 80px;
  }

  .ccw .secFVphoto {
    width: 85%;
    position: unset;
    transform: none;
    margin: -20px 0 0 auto;
    border-radius: 28px 0 0 28px;
  }

  .ccw .fv_copy {
    margin-top: 20px;
  }

  .ccw .fv_ttl_txt {
    font-size: 38px;
    letter-spacing: -0.01em;
  }

  .ccw .fv_ttl_txt span {
    font-size: 24px;
    letter-spacing: 0.12em;
  }
}

@media screen and (max-width: 1024px) {
  .ccw .sug_box_inner {
    padding: 50px 40px 25px;
  }

  .ccw .team_box {
    padding: 50px 40px;
  }

  .ccw .team_list {
    gap: 40px;
  }
}

@media screen and (max-width: 920px) {
  .ccw .sug_box::before {
    width: 40px;
    font-size: 36px;
  }

  .ccw .sug_box_inner {
    margin-left: 50px;
    padding: 50px 20px 25px;
  }

  .ccw .Worry01 .worry_sug,
  .ccw .Worry02 .worry_sug,
  .ccw .Worry03 .worry_sug {
    left: -50px;
  }

  .ccw .sug_box_inner h3 {
    font-size: 20px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .ccw .pc_only {
    display: none;
  }

  .ccw .sp_only {
    display: block;
  }

  .ccw .inner {
    max-width: 880px;
    padding: 80px 25px 90px;
    margin: 0 auto;
  }

  .ccw .small_ttl {
    margin-bottom: 40px;
  }

  /* --- FV: mobile reorder --- */
  .ccw .secFV {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .ccw .secFVinner {
    display: contents;
  }

  .ccw .fv_scroll_down {
    display: none;
  }

  .ccw .fv_copy {
    order: 1;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 600;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 24px 24px 0;
    text-align: center;
    color: var(--text-soft);
  }

  .ccw .fv_ttl {
    order: 2;
    padding: 0 24px;
    margin-top: 6px;
    text-align: center;
    animation: ccwFvSlideUpRelative .7s ease-out .12s both;
  }

  .ccw .fv_ttl_txt {
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    width: auto;
  }

  .ccw .fv_ttl_txt span {
    font-size: 18px;
    letter-spacing: 0.14em;
    margin-top: 8px;
    line-height: 1.5;
  }

  .ccw .secFVphoto {
    order: 3;
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
    margin: 20px 0 0;
    border-radius: 0;
    overflow: hidden;
  }

  .ccw .secFVinner .btn_area.flex {
    order: 4;
    max-width: none;
    width: auto;
    margin: 0;
    padding: 24px 40px 36px;
    animation: ccwFvSlideUpRelative .7s ease-out .24s both;
    box-sizing: border-box;
  }

  .ccw .secFV .cta_btn {
    display: block;
    width: auto;
    text-align: center;
    font-size: 16px;
    padding: 20px 20px;
    box-sizing: border-box;
  }

  .ccw .secFVinner .box_txt {
    max-width: 344px;
    margin-left: 20px;
    margin-top: 30px;
  }

  .ccw .btn_area.flex {
    flex-direction: column;
    max-width: 500px;
    margin: 30px auto 0;
  }

  .ccw .cta_btn {
    font-size: 18px;
    text-align: center;
    padding: 21px 10px;
  }

  .ccw .worry_human {
    margin-top: 30px;
    max-width: 100%;
  }

  .ccw .worry_question {
    padding: 0 0 35px;
    margin-top: 35px;
  }

  .ccw .question_ttl {
    top: -35px;
  }

  .ccw .worry_question .question_ttl p {
    font-size: 20px;
    padding: 10px 20px 10px 86px;
    border-radius: 50px;
  }

  .ccw .worry_question .question_ttl p::before {
    width: 52px;
    height: 52px;
    font-size: 24px;
    top: 6px;
    bottom: unset;
    left: 20px;
  }

  .ccw .qs_inner.flex {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0 20px;
    margin-top: 0;
  }

  .ccw .sec01 p.qs_inner_txt {
    margin-top: 20px;
  }

  .ccw .sec01 > .inner > p {
    margin-top: 40px;
  }

  .ccw .sug_box_inner h3 {
    font-size: 18px;
  }

  .ccw .sec03 .inner {
    padding: 80px 25px 80px;
  }

  .ccw .service_box {
    padding: 50px 20px 40px;
  }

  .ccw .service_box h3 {
    font-size: 18px;
    text-align: center;
    width: 90%;
    padding: 15px 20px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .ccw .srv_box_inner.flex {
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
  }

  .ccw .srv_img01,
  .ccw .srv_img02 {
    width: 100%;
    min-height: 220px;
  }

  .ccw .srv_list ul li {
    font-size: 14px;
  }

  .ccw .inner.advantages-voice {
    padding: 60px 25px 80px;
  }

  .ccw .sec05::after {
    width: calc(100vw - 50px);
  }

  .ccw .advantages_list {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .ccw .advantages_list li.flex {
    flex-direction: column;
    gap: 20px;
    padding: 30px 25px 40px;
    border-radius: 20px;
  }

  .ccw .adv_list_txt {
    width: 100%;
    font-size: 15px;
  }

  .ccw .worry_list {
    padding: 35px 25px;
    margin-top: 40px;
    gap: 12px;
  }

  .ccw .ai_explain.flex {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }

  .ccw .ai_compare {
    width: 100%;
  }

  .ccw .case_box {
    padding: 30px 20px 20px;
  }

  .ccw .case_inner {
    flex-direction: column;
    gap: 8px;
  }

  .ccw .ccw-contact-form__body {
    margin-top: 35px;
  }

  .ccw .ccw-contact-form__body .hs-form .hs-button {
    font-size: 16px;
    padding: 18px 40px;
  }

  /* Flow responsive */
  .ccw .sec_flow .inner {
    max-width: 880px;
  }

  .ccw .flow_steps {
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }

  .ccw .flow_step {
    padding: 24px 20px 22px;
  }

  .ccw .br_txt {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .ccw .voice.flex.wrap {
    flex-direction: column;
  }

  .ccw .voice.flex.wrap li {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .ccw .fv_ttl_txt {
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 1.3;
  }

  .ccw .fv_ttl_txt span {
    font-size: 17px;
    letter-spacing: 0.16em;
    white-space: normal;
    line-height: 1.5;
  }

  .ccw .fv_copy {
    font-size: 13px;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }

  .ccw h2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .ccw .cta_txt {
    font-size: 15px;
    line-height: 1.6;
  }

  .ccw .worry_list li {
    font-size: 14px;
    line-height: 1.7;
  }

  .ccw .sec_diagnosis .worry_list {
    max-width: none;
    gap: 16px;
  }

  .ccw .sec_diagnosis .worry_list li {
    font-size: 15px;
    line-height: 1.7;
    padding-left: 36px;
  }

  .ccw .sec_diagnosis .worry_list li::before {
    width: 24px;
    height: 24px;
    font-size: 13px;
    top: 2px;
  }

  .ccw .sec_diagnosis .inner > p {
    text-align: left;
    font-size: 14px;
  }

  .ccw .case_ttl {
    font-size: 16px;
  }

  .ccw .flow_step_ttl {
    font-size: 14px;
  }

  .ccw .flow_step_desc {
    font-size: 13px;
    line-height: 1.75;
  }

  .ccw .br_txt {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .ccw .Worry01 .worry_sug,
  .ccw .Worry02 .worry_sug,
  .ccw .Worry03 .worry_sug {
    width: 220px;
    left: -20px;
    top: -48px;
  }

  .ccw .sug_box_inner h3::before {
    top: 6px;
  }
}

@media screen and (max-width: 420px) {
  .ccw .team_list li {
    flex-direction: column;
    gap: 15px;
  }

  .ccw .member_img {
    max-width: 100px;
    min-width: 100px;
  }
}
