/*タイル型の表現*/ 

   .grid-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-auto-rows: 1fr; /* 追加！→ 行内で高さを揃える */
    }

    .tile {
    background-color: #0079c6;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 1.2rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: aliceblue;
    }

    .tile:hover {
      transform: translateY(-4px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    @media (max-width: 480px) {
      .tile {
        font-size: 0.9rem;
        padding: 1rem;
      }
    }
/*タイル型の表現*/


/*カード型3つ*/
.reason-section,
.reason-grid,
.reason-card,
.reason-icon,
.reason-title,
.reason-points,
.reason-desc {
  box-sizing: border-box;
}

.reason-section {
  padding: 3rem 1rem;
  text-align: center;
  overflow-x: hidden;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #2a4d7a;
}

.reason-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
}

.reason-card {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  min-height: 320px; /* ← カードの高さを統一 */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reason-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.reason-icon {
  font-size: 2rem;
  color: #2a4d7a;
  margin-bottom: 0.8rem;
}

.reason-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #333;
}

.reason-points {
  margin: 0 0 1rem 0;
  padding-left: 1rem;
  color: #555;
}

.reason-desc {
  font-size: 0.95rem;
  color: #2a4d7a;
  font-weight: 500;
}

/*カード型3つ*/

/*料金表記*/
.price-section {
  text-align: center;
  padding: 3rem 1rem;
}

.price-heading {
  font-size: 1.8rem;
  color: #2a4d7a;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.price-box {
  background-color: #ffffff;
  border: 2px solid #2a4d7a;
  border-radius: 12px;
  padding: 2rem;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.price-label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.service-name {
  color: #333;
}

.price-value {
  color: #e53935;
  font-size: 1.8rem;
}

.price-notes {
  text-align: left;
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}

.price-box a{
color: white;
display: inline-block;
}

.cta-button {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #2a4d7a;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #1d3a5e;
}

.other-tasks {
  padding-top: 20px;
  color: #666;
  font-size: 0.95rem;
  text-align: center;
}
.other-tasks h3 {
  font-weight: 600;
  margin-bottom: 12px;
  color: #444;
}
.other-tasks ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 5px;
  max-width: 400px;
}
.other-tasks ul li {
  margin-bottom: 0;
}
.other-tasks p {
  font-style: italic;
  font-size: 0.9rem;
  color: #999;
  margin-top: 5px;
  text-align: center
}
/*料金表記*/


/*作業現場イメージ*/

.image-section{
text-align:center;
}


.image_img{
font-size: 1.8rem;
    color: #2a4d7a;
    margin-bottom: 1.5rem;
    font-weight: bold;
}


.image-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 40px 0;
}

.image-container {
  flex: 1 1 45%;
  max-width: 45%;
}

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

/* スマホ対応（768px以下） */
@media screen and (max-width: 768px) {
  .image-container {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/*作業現場イメージ*/

.recommended-for {
linear-gradient(135deg, #eaf4fc, #f3f9ff);
  padding: 40px 20px;
  border-radius: 8px;
  margin-bottom: 50px;
}
.recommended-for .section-title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
.recommended-list {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.recommended-list li {
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 12px;
  font-size: 1.1rem;
  color: #555;
}
.recommended-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2c9f45;
  font-weight: bold;
}