.elementor-903 .elementor-element.elementor-element-d9edd14{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-903 .elementor-element.elementor-element-ba3d593{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-903 .elementor-element.elementor-element-78b2703{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-903 .elementor-element.elementor-element-5be8c36{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-903 .elementor-element.elementor-element-b98a543{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-903 .elementor-element.elementor-element-ffa1db9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-903 .elementor-element.elementor-element-367f0aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-903 .elementor-element.elementor-element-0c84d69{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-903 .elementor-element.elementor-element-ba3d593{--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-903 .elementor-element.elementor-element-ba3d593{--content-width:1000px;}}/* Start custom CSS for html, class: .elementor-element-d18d78c *//* --- 1. 全体共通設定 --- */
.aoyama-support-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px 0px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif !important;
  color: #333;
  line-height: 1.8;
}

/* --- 2. ヒーロー（見出し）エリア --- */
.support-hero { 
  text-align: center; 
  margin-bottom: 80px; 
}

.support-eng-title {
  display: block; 
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700; 
  color: #4F5C7F; 
  letter-spacing: 0.1em; 
  font-size: 14px; 
  margin-bottom: 15px;
}

.support-main-title {
  display: inline-block;
  text-align: center;
  font-size: clamp(24px, 4.5vw, 36px); 
  font-weight: 800; 
  color: #1e2e3d; 
  margin-bottom: 30px; 
  line-height: 1.45;
}

.support-lead { 
  max-width: 850px; 
  margin: 0 auto; 
  font-size: 16px; 
  color: #555; 
  text-align: center;
}

/* --- 3. セクション・見出し共通 --- */
.support-section { 
  margin-bottom: 70px; 
}

.support-sub-title {
  font-size: 20px; 
  font-weight: 800; 
  color: #1e2e3d;
  border-left: 4px solid #4F5C7F; 
  padding-left: 15px; 
  margin-bottom: 20px;
  line-height: 1.45;
}

.section-desc { font-size: 15px; margin-bottom: 25px; }
.flow-text { font-size: 15px; line-height: 1.8; color: #555; margin: 0; }

/* --- 4. 5段階の到達指標 --- */
.step-indicator-grid { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.step-card {
  display: flex; 
  align-items: center; 
  background: #f8fafd;
  border: 1px solid #e0e6ed; 
  border-radius: 8px; 
  padding: 12px 20px;
}
.step-card.highlight { background: #4F5C7F; color: #fff; border-color: #4F5C7F; }
.step-num { font-family: "Helvetica Neue", sans-serif; font-weight: 800; font-size: 18px; margin-right: 20px; opacity: 0.6; }
.step-card.highlight .step-num { opacity: 1; }
.step-label { font-weight: 700; margin: 0; }
.support-note { font-size: 14px; background: #fff9f0; padding: 20px; border-radius: 8px; }

/* --- 5. 画像・レイアウトパーツ --- */
.support-img-wrapper {
  border-radius: 12px; 
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.support-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s; }

/* 目標達成セクション（画像対比） */
.item-with-img-flex {
  background-color: #f4f7f9; 
  padding: 45px; 
  border-radius: 15px;
  display: flex; 
  align-items: center; 
  gap: 40px;
  margin-bottom: 70px;
}
.item-with-img-flex .support-img-wrapper { flex: 0 0 45%; aspect-ratio: 4 / 3; }
.item-with-img-flex .support-text-content { flex: 1; }

/* 2カラムエリア */
.support-flex-grid { display: flex; gap: 40px; margin-bottom: 70px; }
.support-flex-item { flex: 1; display: flex; flex-direction: column; }
.support-flex-item .support-img-wrapper { aspect-ratio: 16 / 9; margin-bottom: 20px; }

/* --- 6. デッドライン --- */
.deadline-box { 
  background: #1e2e3d; 
  color: #fff; 
  padding: 50px 40px; 
  border-radius: 15px; 
  margin-top: 70px;
}
.deadline-box .support-sub-title { color: #fff; border-left-color: #b33e54; }
.deadline-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 30px 0; }
.deadline-item { background: rgba(255,255,255,0.1); padding: 20px; border-radius: 10px; text-align: center; }
.dl-cat { display: block; font-size: 13px; margin-bottom: 5px; opacity: 0.8; }
.dl-date { display: block; font-size: 18px; font-weight: 800; }
.dl-footer { font-size: 13px; text-align: center; opacity: 0.7; }

/* --- 7. 改行・レスポンシブコントロール --- */
.sp-only { display: none; }

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

@media (max-width: 768px) {
  .aoyama-support-container { padding: 0px 0px; }
  
  .support-main-title { font-size: 24px; }
  .support-lead, .flow-text, .section-desc { font-size: 14px; text-align: left; }
  
  .item-with-img-flex { 
    flex-direction: column; 
    padding: 25px; 
    gap: 25px; 
  }
  .item-with-img-flex .support-img-wrapper { width: 100%; aspect-ratio: 16 / 9; }
  
  .support-flex-grid { flex-direction: column; gap: 45px; }
  .deadline-grid { grid-template-columns: 1fr; gap: 15px; }
  .deadline-box { padding: 35px 20px; }
  .dl-date { font-size: 16px; }
  .step-label { font-size: 13px; }
}/* End custom CSS */