body{font-family: "Zen Maru Gothic", sans-serif;}
.more-btn a{
  min-width: 400px;
}
.strength-section {
  width: 100%;
  padding-bottom: 80px;
}

/* ヘッダーエリア（背景水色部分） */
.strength-header {
background-image: url(../img/strength-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 230px 0 0;
    position: relative;
    max-height: 700px;
    height: 50vh;
}

.header-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.header-image {
  width: 45%;
}

.header-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.header-text {
  width: 50%;
}

.section-title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.section-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #333;
  margin-left: 20px;
}

.subtitle {
  font-size: 14px;
  margin-left: 15px;
  font-weight: normal;
}

.main-catch {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/* ボディエリア（メッセージ部分） */
.strength-body {
  margin-top: 80px;
}

.body-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 60px;
  padding: 0 20px;
}

.profile-image {
  width: 35%;
      margin-bottom: 40px;
}

.profile-image img {
  width: 100%;
  height: auto;
  border-radius: 15px; 
}

.message-content {
  width: 60%;
}

.message-content p {
  font-size: 18px;
  line-height: 2.2; 
  letter-spacing: 0.08em; 
  margin-bottom: 40px;
}
.ph-strength-line {
    height: 1px;
    background-color: #333;
    max-width: 150px;
    width: 100%;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .more-btn a{
    min-width: 300px;
  }
  .strength-header {
    padding: 200px 0 0;
    background-position: left;
  }
  .section-title{ filter: drop-shadow(1px 1px 1px #fff);}
  .subtitle{font-weight: 600;}
  .main-catch{font-size: 15px;}
  .header-inner, .body-inner {
    flex-direction: column;
    text-align: center;
  }
  
  .header-image, .header-text, .profile-image, .message-content {
    width: 100%;
  }

  .header-text {
    margin-top: 30px;
  }

  .section-title::after {
    display: none;
  }

  .body-inner {
    flex-direction: column-reverse; /* スマホでは写真が下、または順序調整 */
    gap: 40px;
  }
}


/* ベース設定 */
.grief-care-section {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333;
  line-height: 2.1;
  letter-spacing: 0.05em;
  background-color: #fff;
}

.container-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 20px;
}

/* 01. イントロ */
.title-en {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 50px;
    display: flex;
    align-items: center;
    width: 100%;
}
.title-jp {
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px;
  color: #666;
    margin: 0 15px;
}
.grief-intro{
  background-color: #f7f9f9;
}
.intro-text h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.intro-text p {
  margin-bottom: 30px;
  font-size: 18px;
}

/* 02. プロセスセクション */
.grief-process {
  background-color: #f7f9f9; 
  text-align: center;
}
.section-sub-title {
  font-size: 23px;
  color: #57777d;
  margin-bottom: 60px;
  font-weight: 700;
  font-family: sans-serif;
  text-align: center;
}

.process-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 40px;
}

.process-item {
  width: 160px;
  position: relative;
}

.icon-wrap {
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  position: relative;
  z-index: 2;
}

.icon-wrap img { width: 55px; }

.process-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: 100%;
  height: 80px;
  border-top: 2px dashed #cbdad9;
  border-radius: 50% 50% 0 0;
  z-index: 1;
}

.process-item p {
  font-size: 18px;
  font-weight: 500;
}

.process-footer { margin-top: 50px; font-size: 18px;}
.process-footer small { color: #000; font-size: 14px; }

/* 03. なぜ大切なのか (2カラム) */
.grief-why p{
  margin-bottom: 30px;
  font-size: 18px;
}
.flex-why {
  display: flex;
  align-items: center;
}
.why-image { width: 45%; }
.why-text { width: 55%; padding-left: 50px; }
.why-text h3 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 35px;
  font-weight: bold;
}

/* 04. よりそうSTEP (縦ライン) */
.grief-steps {
  background-color: #f4f8f9;
}
.step-list {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
}

/* 縦の直線 */
.step-list::before {
  content: "";
  position: absolute;
  left: 65px; /* 丸の中心に合わせる */
  top: 0;
  bottom: 0;
  width: 1.5px;
  background-color: #cbdad9;
}

.step-card {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.step-circle {
    width: 90px;
    height: 90px;
    background-color: #cbdad9;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    flex-shrink: 0;
    line-height: 1.3;
    z-index: 2;
}
.step-circle span { font-size: 14px; margin-bottom: -5px; }

.step-body {
  margin-left: 40px;
  text-align: left;
}
.step-body h4 { font-size: 20px; margin-bottom: 8px; color: #57777d; }
.step-body p { font-size: 16px; line-height: 1.7; }

/* レスポンシブ調整 */
@media (max-width: 900px) {
  .title-en{
    align-items: baseline;
    flex-wrap: wrap;}
    .container-inner{padding: 50px 20px;}
  .process-flex { flex-wrap: wrap; gap: 20px; }
  .process-item:not(:last-child)::after { display: none; }
  .flex-why { flex-direction: column; text-align: center; }
  .why-text { width: 100%; padding-left: 0; margin-top: 40px; }
  .step-body{ margin-left: 20px;}
  .step-list::before { left: 50px; top: 30px; bottom: 40px; }
  .step-circle { width: 60px; height: 60px; font-size: 16px; }
}

/* ベース設定 */
.colorresta-full-wrapper {
  overflow-x: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333;
      padding: 80px 0;
}
.colorresta-full-wrapper h3{
      font-size: 24px;
    line-height: 1.6;
    margin-bottom: 50px;
    font-weight: bold;
    letter-spacing: 5px;
}

/* Stagger*/
.colorresta-stagger {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 600px;
  margin-bottom: 120px;
}
.colorresta-stagger p{
  line-height: 45px;
  font-size: 18px;
}

.colorresta-stagger-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  justify-content: flex-start; /* 通常時（画像右）はテキスト左寄せ */
  z-index: 2;
}

.colorresta-stagger-text {
  width: 46%;
}

.colorresta-p-number {
  color: #b6b591;
  font-weight: 700;
  font-size: 50px;
  display: block;
  margin-bottom: 15px;
}

.colorresta-lead {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 30px;
}

/* 画像振り切り（画像右側） */
.colorresta-stagger-media {
  position: absolute;
  right: 0;
  width: 50vw; /* 画面の半分 */
  height: 80%;
  overflow: hidden;
  border-radius: 25px 0px 0px 25px;
}

.colorresta-stagger-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 反転スタイル（画像左側） */
.colorresta-stagger.is-reverse {
  flex-direction: row-reverse;
      padding: 160px 0;
      background-color: #fdfaf7;
}

.colorresta-stagger.is-reverse .colorresta-stagger-inner {
  justify-content: flex-end;
      text-align: right;
}

.colorresta-stagger.is-reverse .colorresta-stagger-media {
  right: auto;
  left: 0;
  border-radius: 0px 25px 25px 0px;
}

/* --- 中間詳細セクション --- */
.colorresta-p-details-wrap {
  margin: 60px auto 150px;
}

.colorresta-p-details-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.colorresta-detail-h4 {
  color: #b1b48d;
  font-size: 25px;
  margin-bottom: 25px;
  text-align: left;
}

.colorresta-detail-p {
  line-height: 2.2;
  font-size: 18px;
  margin-bottom: 60px;
  text-align: left;
}
.underline{
  position: relative;
}
.underline:before{
position: absolute;
    content: "";
    width: 96%;
    height: 5px;
    background-color: #b6b591;
    border-radius: 3px;
    bottom: -5px;
}

/* 図解バトン & カード */
.colorresta-baton-diagram { display: flex; justify-content: center; align-items: center; gap: 30px; margin-bottom: 60px; }
.colorresta-baton-circle { width: 150px; height: 150px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; }
.is-grey { background-color: #7f8798; }
.is-green { background-color: #b6b591; }
.colorresta-baton-arrow { width: 60px; }

.colorresta-info-cards { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; }
.colorresta-info-card { width: 49%; border: 1px solid #ccc; padding: 30px 20px; text-align: center; }
.colorresta-card-box { border: 1px solid #333; padding: 15px; font-size: 13px; margin-bottom: 15px; }

/* スマホ対応 */
@media (max-width: 960px) {
  .colorresta-stagger-media img{width: 100%;object-fit: contain;}
  .colorresta-stagger { flex-direction: column !important; min-height: auto; margin-bottom: 50px;}
  .colorresta-stagger-media { position: relative; width: 100vw; height: 300px; order: 1; }
  .colorresta-stagger-inner { order: 2; padding: 40px 20px; }
  .colorresta-stagger-text { width: 100%; text-align: center; }
  .colorresta-p-number{font-size: 35px;}
  .colorresta-full-wrapper h3{font-size: 20px;}
  .colorresta-detail-h4{font-size: 20px;}
  .colorresta-baton-diagram{gap: 5px;}
  .colorresta-baton-arrow {width: 40px; padding: 20px 0px;}
  .colorresta-info-cards { flex-direction: column; }
  .colorresta-info-card { width: 100%; }
  .colorresta-p-details-wrap{margin: 60px auto 100px;}
  .colorresta-stagger.is-reverse{padding: 100px 0 50px;}
}