body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
    background-color: #fbf8f5;
}


    /* セクション共通 */
    section {
      max-width: 1050px;
      margin: 6em auto;
      padding: 0 1em;
    }
    section h3 {
      font-size: 2em;
      padding-bottom: 0.5em;
      margin-bottom: 1.5em;
      display: block;
    }



.container {
  margin: 0 auto;
  align-items: center;
}

header {
    padding: 0 1rem;}

.site-header {
  background-color: #fff;
  color: #f39710;
  top: 0;
  z-index: 1000;
  align-items: center;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.logo {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center; /* 縦の中央揃え！ */
  gap: 8px; 
}

 h1 img {
    height: 35px;
 }


 .tel-button {
    display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  background-color: #f39710;
  color: white;
    padding: 0.7em 1.2em;
    border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  position: static; 
    font-size: 0.9rem;
  align-items: center; /* 縦の中央揃え！ */
  gap: 8px; 
}

.no-wrap {
    white-space: nowrap;
    word-break: keep-all;
}

.line-button-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  background-color: #06C755;
  color: white;
  padding: 0.5em 1em;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  position: static; 
      width: 130px;
    font-size: 0.9rem;
}

.tel-button img {
  height: 1.1em;
  width: auto;
   vertical-align: middle; 
}

.line-button-hero img {
  height: 1.3em;
  width: auto;
   vertical-align: middle; 
}

.header-right{
    display: flex;
    gap: 1em;;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.hero {
  padding-top: 100px;
  background: linear-gradient(to right, #FFA500, #FFB347);
  color: white;
  text-align: center;
  padding-bottom: 100px;
      position: relative;
    background: url('../img/hero-image.jpg') center/cover no-repeat;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0 1em;    
}

.hero-tel-sp {
    display: none;
}

 .hero-overlay {
    position: absolute;
    inset: 0;
    background-color:rgba(255, 165, 0, 0.3); 
    z-index: 1;
    filter: brightness(0.7);
 }



.hero-inner h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
    position: relative;
}

.hero-inner span {
    font-size: 1.6rem;
}

 .hero-inner h2,.hero-inner span {
    position: relative;
    z-index: 2;
 }





.section-service {
  padding: 60px 30px;
}

.section-title {
  text-align: center;
  font-size: 1.8rem;
  color: #f39710;
  margin-bottom: 40px;
  font-weight: bold;
}

 .text-area ul {
    list-style: none;
    font-size: 1.1em;
    margin: 50px 0;
    font-weight: bold;
    line-height: 2.5;
 }

.text-image-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap; /* スマホ対応 */
}

.text-image-block .text-area {
  flex: 1 1 50%;
  font-size: 1em;
}

.text-image-block .image-area {
  flex: 1 1 40%;
  text-align: right;
}

.text-image-block img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}







.features {
  padding: 60px 0;
  text-align: center;
}

.feature-list {
  list-style: none;
  padding: 0;
  font-size: 1.2rem;
  line-height: 2;
}



.step-number {
  font-size: 0.9rem;
  font-weight: bold;
  color: white;
  border-radius: 50px;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 12px;
    background: #f39710;

}

.section-flow-bar {
  background-color: #fff;
  padding: 60px 20px 90px 20px;
  text-align: center;
}
.step-bar {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  position: relative;
  gap: 20px;
}
.step-bar::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #f39710;
  z-index: 0;
}
.step {
  position: relative;
  background: white;
  z-index: 1;
  width: 200px;
}
.step span {
  background-color: #f39710;
  color: white;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.step-no {
    font-weight: bold;
}
.step p {
  color: #333;
  font-size: 0.95rem;
}








/* お客様の声 */
    .voices {
     padding: 60px 20px;
    }

    .section-grid {
display: flex;
  gap: 2rem;
  justify-content: space-between;
    }

    .voices > h2 {
    grid-column: 1 / -1;  /* グリッドの全列にまたがる */
        }
    .voice-card {
      border-radius: 8px;
      padding: 1.9em;
      box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
      font-size: 1em;
    }
    .voice-white {
      background-color: #fff;
    }
    .voice-meta {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 16px;
  justify-content: flex-start;
   position: relative;
}

    .voice-icon {
    flex-shrink: 0;
    width: 40px;              
  aspect-ratio: 1 / 1;      
  object-fit: cover;      
  border-radius: 50%;    
  overflow: hidden;
  display: block;
  transform: scale(1.2);

 }

    .voice-card strong {
      display: block;
      margin-bottom: 0.5em;
      font-size: 1.1em;
    }

    .star-rating {
        width: 100px;
        height: auto;
        margin: 0.3em 0 1em;
        display: block;
    }





    .section-company {
  padding: 60px 20px;
}


.company-table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.company-table th,
.company-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.company-table th {
  background-color: #FFF4E6;
  color: #333;
  width: 30%;
  font-weight: bold;
}

.company-table td {
  color: #555;
}







.site-footer {
  background: #f4f4f4;
  text-align: center;
  padding: 5px 0;
  font-size: 0.9rem;
  color: #333;
}

@media (max-width: 900px) {
.text-image-block {
    flex-direction: column;
    text-align: center;
  }

.text-area {
    text-align: left;
}

.image-area{
    max-width: 90%;
}

}


@media (max-width: 768px) {
    .hero {
        align-items: flex-start;
        padding-top: 80px;
    }
.hero-tel-sp {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    background-color: rgba(255, 255, 255, 0.85); /* 背景で視認性UP */
    color: #064e3b; 
    padding: 1em;
    line-height: 1;
    border-radius: 12px;
    font-weight: bold;
    font-size: 1em;
    z-index: 3;
    text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: inline-block;
}

.hero {
    height: 360px;
}

.hero-tel-sp {
    display: flex;
    top: auto;
    bottom: 1em;
    right: 50%;
    transform: translateX(50%);
    width: 200px;
    flex-direction: column;
    padding: 1em;
    text-align: center;
    gap: 8px;
  }
.line-button-hero {
    position: static; 
}
  .tel-button,
  .line-button-hero {
    width: 80%;
    justify-content: center;
  }

.header-right{
    display: none;
}

.hero-inner h2 {
  font-size: 1.9rem;
}
.hero-inner span {
    font-size: 1.3rem;
}



      .voices {
        grid-template-columns: 1fr;
      }

      .section-grid {
    flex-direction: column;
  }

  .step-bar {
    flex-direction: column;
    align-items: center;
  }

  

  .step span {
    margin-bottom: 0.5rem;
  }

  .step p {
    margin: 0.5rem 0;
  }

  .step-bar {
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .step-bar::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% - 80px); /* 上下マージン分調整 */
    background: #f39710;
    z-index: 0;
  }

  .step {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 1rem;
    width: auto;
  }

}