@charset "utf-8";
/* 必ず1行目 */

/*
Theme Name: brtpath
Theme URI: https://brtpath.com/
Author: 株式会社BRIGHTPATH
Author URI: https://brtpath.com/
Description: 自社サイト用オリジナルテーマ
Version: 1.0
*/



/* =============================
   flow 共通
============================= */
.flow-container {
  width: 88.888%;
  max-width: 1200px;
  margin: 0 auto 10rem;
}

.flow-container h2 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 500;
}


@media (max-width: 767px) {
  .flow-container {
    width: 85%;
    margin-bottom: 7rem;
  }

}


/* =============================
  STEP 1 ~ STEP 8
============================= */

.flow-list {
  margin-top: 4rem;
}

.flow-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  padding: 4rem 6rem;
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
  max-width: 1000px;
}

.flow-item:first-child {
  border-top: 1px solid #ddd;
}

.flow-step {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--accent-color);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  line-height: 1.2;
}

.step-label {
  font-size: clamp(1rem, 2vw, 1.2rem);
  letter-spacing: 0.1em;
}

.step-num {
  font-size: clamp(1.6rem, 2vw, 2.5rem);
}

.flow-content {
  flex: 1;
}

.flow-title {
  color: var(--main-color);
  font-size: clamp(1.5rem, 2vw, 2rem);
  margin-bottom: .5rem;
}

.flow-time {
  display: inline-block;
  background: #ccc;
  font-size: clamp(1rem, 2vw, 1.2rem);
  padding: 0.4rem 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  font-weight: 500;
}

.flow-text {
  font-size: clamp(1.3rem, 2vw, 1.5rem);
}

.flow-content .text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.flow-text a {
  color: var(--accent-color);
  text-decoration: underline;
  font-weight: 500;
}

.flow-text .font-small {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
}


@media (max-width: 767px) {
  .flow-list {
    margin-top: 2rem;
  }

  .flow-item {
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem 0;
  }

  .flow-step {
    width: 55px;
    height: 55px;
  }

  .step-num {
    font-weight: 500;
  }
}
