/* 共通スタイル */
section {
    padding: 40px 20px;
    background-color: #f9f9f9;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  
  section h2 {
    font-size: 1.5em;
    border-left: 5px solid #6fb92c;
    padding-left: 10px;
    color: #222;
    margin-bottom: 16px;
  }
  
  section p {
    color: #444;
    line-height: 1.6;
    margin: 6px 0;
  }
  
  /* 電話番号 */
  section div > p {
    font-size: 1.5em;
    font-weight: bold;
    color: #009245;
    text-align: center;
  }
  
  /* LINE */
  section img {
    max-width: 200px;
    display: block;
    margin: 12px auto;
  }
  
  section div {
    background-color: #e0f8dd;
    padding: 12px 16px;
    margin-top: 12px;
    border-radius: 6px;
  }
  
  .contact-line h3{
    color: #222;
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .contact-line p{
    color: #333;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    margin: 0 auto;
  }

  .line-id{
    text-align: center;
    color: #222;
    font-weight: bold;
    font-size: 18px;
  }

.contact-recruit{
  color: #333;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    margin: 0 auto;
}
  
.contact-button a {
  display: inline-block;
  background-color: #6fb92c;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-align: center;
}

.contact-button a:hover {
  background-color: #5aa926;
  transform: translateY(-2px);
}
