/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme.
Version: 1.4.5.1775034768
Updated: 2026-04-01 18:12:48
*/
/* =========================
TOP：初期状態（FV上）
========================= */

/* ロゴ */
.page-id-24 .site-header .site-title,
.page-id-24 .site-header .brand .site-title {
	color: #fff !important;
}

/* PCメニュー */
.page-id-24 .site-header #primary-menu > li > a {
	color: #fff !important;
}

/* hover */
.page-id-24 .site-header #primary-menu > li > a:hover {
	color: #f5a400 !important;
}


/* =========================
TOP：スクロール後
========================= */

/* ロゴ */
.page-id-24 .item-is-stuck .site-title,
.page-id-24 .item-is-stuck .brand .site-title {
	color: #222 !important;
}

/* PCメニュー */
.page-id-24 .item-is-stuck #primary-menu > li > a {
	color: #222 !important;
}

/* hover */
.page-id-24 .item-is-stuck #primary-menu > li > a:hover {
	color: #f5a400 !important;
}
/* =========================
   AimAssist STEP band
========================= */

.step-band{
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(31,42,68,.08);
}

/* 色 */
.step-band-1{ background:#E7D3A8; }
.step-band-2{ background:#F0DFC1; }
.step-band-3{ background:#F7EAD4; }
.step-band-4{ background:#EED9B5; }

/* STEP */
.step-label{
  font-size: 13px;
  letter-spacing: .32em;
  font-weight: 600;
  opacity: .8;
  margin-bottom: 10px !important;
  line-height: 1;
}

/* 01 */
.step-number{
  font-size: clamp(72px, 6vw, 84px);
  font-weight: 700;
  line-height: .9;
  margin-bottom: 26px;
  color: #24395a;
}

@media (max-width:768px){

  .step-number{
    font-size: 108px;
  }

}

/* タイトル */
.step-title{
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.5;
  margin: 0 0 18px !important;
  color:#24395a;
}

/* 本文 */
.step-text{
  display:block;
  font-size:16px;
  line-height:1.9;
  color:#4B5563;
}

/* =========================
   PC
========================= */

@media (min-width:1025px){

  .step-band{
    transform: skewX(-12deg);
    max-width: 920px;
    padding: 30px 44px;
  }

  .step-band > *{
    transform: skewX(12deg);
  }

  .step-band-1{
    margin-left:0;
    margin-right:180px;
  }

  .step-band-2{
    margin-left:70px;
    margin-right:110px;
  }

  .step-band-3{
    margin-left:140px;
    margin-right:40px;
  }

  .step-band-4{
    margin-left:210px;
    margin-right:0;
  }
}

/* =========================
   Tablet
========================= */

@media (min-width:768px) and (max-width:1024px){

  .step-band{
    transform: skewX(-6deg);
    padding: 34px 38px;
    margin: 0 20px !important;
  }

  .step-band > *{
    transform: skewX(6deg);
  }
}

/* =========================
   SP
========================= */

@media (max-width:767px){

  .step-band{
    transform:none;
    padding:42px 34px;
    margin:0 20px 18px !important;
    border-radius:22px;
  }

  .step-band > *{
    transform:none;
  }

  .step-label{
    font-size:14px;
    letter-spacing:.38em;
    margin-bottom:14px !important;
  }

  .step-number{
    font-size:108px;
    line-height:.85;
    margin-bottom:30px;
  }

  .step-title{
    font-size:24px;
    line-height:1.55;
    margin-bottom:18px !important;
  }

  .step-text{
    font-size:17px;
    line-height:2;
  }
}
/* =========================
   会社概要見出し
========================= */

.aa-heading-line{
  position: relative;
  display: inline-block;
  padding: 0 0 18px 26px;
  margin-bottom: 18px;
}

.aa-heading-line::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 20px;
  height: 45px;
  background: #2B6CB0;
}

.aa-heading-line::after{
  content: "";
  position: absolute;
  left: -6px;
  bottom: 20px;
  width: 200px;
  height: 3px;
  background: #2B6CB0;
}

/* =========================
   導入後の運用イメージ
========================= */

.aa-phone-mock{
  width: 260px;
  max-width: 100%;
  margin: 0 auto;
  padding: 14px;
  border-radius: 34px;
  background: #1f2937;
  box-shadow: 0 20px 50px rgba(31,41,55,0.18);
}

.aa-phone-bar{
  width: 72px;
  height: 6px;
  border-radius: 999px;
  background: #4b5563;
  margin: 0 auto 14px;
}

.aa-phone-screen{
  min-height: 420px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fff7e8 100%);
  padding: 52px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.aa-phone-screen p{
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(31,41,55,0.08);
  color: #374151;
  font-weight: 700;
}

.aa-phone-screen strong{
  margin-top: 12px;
  color: #d89210;
  font-size: 20px;
  line-height: 1.5;
}

.aa-flow-bubble{
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(216,146,16,0.18);
  border-radius: 22px;
  padding: 24px 26px;
  box-shadow: 0 12px 30px rgba(31,41,55,0.08);
  margin-bottom: 42px;
}

.aa-flow-bubble h3{
  margin: 0 0 10px;
  color: #1f2937;
  font-size: 20px;
  line-height: 1.5;
}

.aa-flow-bubble p{
  margin: 0;
  color: #4b5563;
  line-height: 1.8;
  font-size: 15px;
}

.aa-left-bubble::after,
.aa-right-bubble::after{
  content: "";
  position: absolute;
  top: 36px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  transform: rotate(45deg);
}

.aa-left-bubble::after{
  right: -10px;
  border-right: 1px solid rgba(216,146,16,0.18);
  border-top: 1px solid rgba(216,146,16,0.18);
}

.aa-right-bubble::after{
  left: -10px;
  border-left: 1px solid rgba(216,146,16,0.18);
  border-bottom: 1px solid rgba(216,146,16,0.18);
}

@media (max-width:768px){
  .aa-phone-mock{
    width: 230px;
    margin: 30px auto;
  }

  .aa-phone-screen{
    min-height: 340px;
    padding: 40px 20px;
  }

  .aa-flow-bubble{
    margin-bottom: 22px;
  }

  .aa-flow-bubble p{
    font-size: 16px;
    line-height: 2;
  }

  .aa-left-bubble::after,
  .aa-right-bubble::after{
    display: none;
  }
}

/* =========================
   AimAssist FAQ chat
========================= */

.aa-faq-section{
  position: relative;
}

.aa-faq-label{
  text-align: center;
  color: #d89210;
  font-weight: 700;
  margin-bottom: 0 !important;
}

.aa-faq-section h2{
  text-align: center;
  font-size: 36px;
  line-height: 1.4;
  margin-top: 0 !important;
  margin-bottom: 22px;
  color: #1f2937;
}

.aa-faq-lead{
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color: #4b5563;
  margin-bottom: 60px;
}

.aa-chat-flow{
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.aa-chat-row{
  display: flex;
  align-items: center;
  gap: 24px;
}

.aa-chat-row.aa-right{
  justify-content: flex-end;
}

.aa-chat-person{
  width: 110px;
  text-align: center;
  flex-shrink: 0;
  color: #4b5563;
  font-weight: 600;
  font-size: 13px;
}

.aa-chat-person::before{
  content: "👤";
  width: 60px;
  height: 60px;
  margin: 0 auto 6px;
  border-radius: 50%;
  border: 1px solid #d7dce3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: #f8fafc;
}

.aa-assist-person{
  color: #d89210;
}

.aa-assist-person::before{
  content: "🎧";
  background: #fff7e8;
  border-color: #f0c36c;
}

.aa-bubble{
  position: relative;
  width: min(680px, 100%);
  border-radius: 24px;
  padding: 26px 34px;
  box-shadow: 0 12px 30px rgba(31, 41, 55, 0.08);
}

.aa-bubble h3{
  font-size: 21px;
  line-height: 1.5;
  margin: 0 0 10px;
  color: #1f2937;
}

.aa-bubble p{
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
  color: #374151;
}

.aa-user{
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.aa-assist{
  background: #fff4d8;
  border: 1px solid rgba(216, 146, 16, 0.35);
}

.aa-user::before,
.aa-assist::before{
  content: "";
  position: absolute;
  top: 34px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}

.aa-user::before{
  left: -10px;
  background: #f8fafc;
  border-left: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.aa-assist::before{
  right: -10px;
  background: #fff4d8;
  border-right: 1px solid rgba(216, 146, 16, 0.35);
  border-top: 1px solid rgba(216, 146, 16, 0.35);
}

.aa-assist h3{
  color: #c77700;
}

/* Kadence Row Section用：FAQ横並び補正 */
.aa-chat-row > .kt-row-column-wrap{
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
}

.aa-chat-row.aa-right > .kt-row-column-wrap{
  justify-content: flex-end !important;
}

.aa-chat-row .aa-chat-person{
  width: 110px !important;
  flex: 0 0 110px !important;
}

.aa-chat-row .aa-bubble{
  width: min(680px, 100%) !important;
  flex: 0 1 680px !important;
}

.aa-chat-row.aa-right .aa-bubble{
  flex: 0 1 680px !important;
}

.aa-chat-row.aa-right .aa-chat-person{
  flex: 0 0 110px !important;
}

/* FAQ下CTA */
.aa-faq-cta{
  margin: 56px auto 0;
  padding: 26px 34px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  box-shadow: 0 10px 26px rgba(31, 41, 55, 0.06);
  background: #fff;
}

.aa-faq-cta strong{
  display: block;
  font-size: 20px;
  color: #1f2937;
  margin-bottom: 6px;
}

.aa-faq-cta p{
  margin: 0;
  color: #4b5563;
  line-height: 1.8;
}

.aa-faq-btn{
  display: inline-block;
  background: #d89210;
  color: #fff;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 8px;
  font-weight: 700;
  white-space: nowrap;
}

.aa-faq-btn:hover{
  color: #fff;
  opacity: 0.85;
}

@media (max-width:768px){

  .aa-faq-section{
    padding: 64px 18px;
  }

  .aa-faq-section h2{
    font-size: 30px;
  }

  .aa-faq-lead{
    font-size: 15px;
    margin-bottom: 38px;
  }

.aa-chat-flow{
  row-gap: 0 !important;
  gap: 0 !important;
}
  .aa-chat-row,
  .aa-chat-row.aa-right{
    display: block !important;
    margin-bottom: 0px;
  }

  .aa-chat-row > .kt-row-column-wrap,
  .aa-chat-row.aa-right > .kt-row-column-wrap{
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
  }

  /* お客様は左上 */
  .aa-chat-row:not(.aa-right) > .kt-row-column-wrap{
    align-items: flex-start !important;
  }

  /* AimAssistは右上 */
  .aa-chat-row.aa-right > .kt-row-column-wrap{
    align-items: flex-end !important;
  }

  .aa-chat-person,
  .aa-chat-row .aa-chat-person,
  .aa-chat-row.aa-right .aa-chat-person{
    width: auto !important;
    flex: none !important;
    order: 1 !important;
    font-size: 12px;
    margin-bottom: 2px;
    text-align: center;
  }

  .aa-chat-person::before{
    width: 52px;
    height: 52px;
    font-size: 24px;
  }

  .aa-bubble,
  .aa-chat-row .aa-bubble,
  .aa-chat-row.aa-right .aa-bubble{
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    order: 2 !important;
    padding: 18px 20px;
    border-radius: 20px;
  }

  .aa-bubble h3{
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 8px;
  }

  .aa-bubble p{
    font-size: 16px;
    line-height: 1.9;
  }

  .aa-user::before,
  .aa-assist::before{
    display: none;
  }

  .aa-faq-cta{
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }

  .aa-faq-btn{
    width: 100%;
    text-align: center;
  }
/* FAQ 質問回答間の余白を圧縮 */
.aa-chat-flow .kb-row-layout-wrap{
  margin-bottom: 0 !important;
}

.aa-chat-flow .wp-block-kadence-column{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

  /* FAQ内のKadence Row余白をさらに圧縮 */
  .aa-chat-flow .kt-row-column-wrap{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    row-gap: 0 !important;
  }

  .aa-chat-flow .wp-block-kadence-column,
  .aa-chat-flow .kt-inside-inner-col{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* 質問→回答の距離を詰める */
  .aa-chat-row.aa-right{
    margin-top: -28px !important;
  }

}

/* =========================
   認知→来店→再来店 導線フロー
========================= */

.aa-customer-flow{
  padding: 70px 20px;
  background: #fff;
}

.aa-customer-flow__inner{
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.aa-section-label{
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  color: #e5a11a;
}

.aa-customer-flow h2{
  margin: 0;
  font-size: 30px;
  line-height: 1.5;
  color: #10192f;
}

.aa-customer-flow__lead{
  max-width: 760px;
  margin: 18px auto 42px;
  font-size: 16px;
  line-height: 2;
  color: #34405a;
}

.aa-flow-steps{
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 18px;
}

.aa-flow-step{
  flex: 1;
  min-width: 0;
  background: #f6f7f9;
  border-radius: 22px;
  padding: 30px 22px;
  box-shadow: 0 10px 28px rgba(16, 25, 47, .06);
}

.aa-flow-icon{
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #ffe3a9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.aa-flow-step h3{
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #10192f;
}

.aa-flow-step p{
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #34405a;
  text-align: left;
}

.aa-flow-arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e5a11a;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.aa-arrow-sp{
  display: none;
}

@media (max-width:768px){
  .aa-customer-flow{
    padding: 54px 18px;
  }

  .aa-customer-flow h2{
    font-size: 24px;
    margin-top: 0 !important;
  }

  .aa-customer-flow__lead{
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 30px;
  }

  .aa-flow-steps{
    flex-direction: column;
    gap: 14px;
  }

  .aa-flow-step{
    padding: 26px 22px;
  }

  .aa-flow-step h3{
    font-size: 18px;
  }

  .aa-flow-step p{
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }

  .aa-flow-arrow{
    transform: none;
    height: auto;
    font-size: 24px;
    margin: -2px 0;
  }

  .aa-arrow-pc{
    display: none;
  }

  .aa-arrow-sp{
    display: inline;
  }
}
/*ボタン調整*/
@media (max-width:768px){

  .wp-block-kadence-advancedbtn .kt-btn-wrap .kt-button{
    font-size: 15px;
    line-height: 1.5;
    padding: 16px 20px;
  }

}