body {
    font-family: 'Helvetica Neue', sans-serif;
}

/*--------------------トップイメージ部--------------------*/
.hero {
    background: url('../img/hero.jpg') no-repeat left center;
    background-size: cover;
    padding: 100px 20px;
    text-align: center;
    position: relative;
}
.hero-overlay {
    /*background: rgba(0,0,0,0.5);*/
    padding: 60px 20px;
}
.hero-overlay h5 {
    background: rgba(11,40,71,0.75);
    padding: 0.25em;
    color: #fff;
    letter-spacing: -0.1em;
}
.hero-overlay h1 {
    background: rgba(255,255,255,0.75);
    padding: 0.25em;
    color: #0b2847;
    line-height: 1.75;
    letter-spacing: -0.1em;
}


/*--------------------課題提起--------------------*/
#issues h4 {
    color: #0b2847;
    font-weight: bold;
}

#issues h5 {
    padding: 0.25em;
    background: #0b2847;
    color: #fff;
    text-align: center;
}


/*--------------------選ばれる理由--------------------*/
#reason h4 {
    color: #0b2847;
    font-weight: bold;
    padding-bottom: 1.5em;
}

#reason h5 {
    color: #12406e;
    font-weight: bold;
}

#reason h5 span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #12406e;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-bottom: 0.5em;
    font-size: 18px;
    font-weight: bold;
}


/*--------------------導入の流れ--------------------*/
#flow h4 {
    color: #0b2847;
    font-weight: bold;
    padding-bottom: 1.5em;
}

.step-box {
    background: #f0f8ff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}

.step-box strong {
    color: #12406e;
}


/*--------------------サービス内容--------------------*/
#service h4 {
    color: #0b2847;
    font-weight: bold;
    padding-bottom: 1.5em;
}

#service p strong span {
    font-size: 1.25em;
}

#service01 strong {
    color: #537bac;
}

#service02 strong {
    color: #13406e;
}

#service03 strong {
    color: #082848;
}


/*--------------------よくあるご質問--------------------*/
.faq-section {
  background-color: #f8f9fa; 
  padding: 60px 20px;
}

.faq-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.faq-question {
  font-weight: 600;
  color: #0d6efd; /* Bootstrapブルー */
  margin-bottom: 10px;
}

.faq-answer {
  color: #333;
  line-height: 1.6;
}


/*--------------------対応分野--------------------*/
#field h4 {
    color: #0b2847;
    font-weight: bold;
    padding-bottom: 1.5em;
}

.tag {
    display: inline-block;
    background: #e6f2ff;
    padding: 5px 10px;
    border-radius: 20px;
    margin: 5px;
}


/*--------------------お問合せ--------------------*/
.form-row {
    background-color: antiquewhite;
}


/*--------------------フッター--------------------*/
footer {
    background: #003366;
    color: white;
    padding: 40px 20px;
}