@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Heartful Home
Theme URI:
Author:
Author URI:
Description: ハートフルホーム用オリジナルテーマ
Version: 1.0
*/




.zeh{
  padding:80px 0;
}

.zeh-wrap{
  width:min(900px, 92%);
  margin:0 auto;
}

.zeh-section{
  margin-bottom:80px;
  text-align:center;
}

.zeh-title{
  font-size:32px;
  margin-bottom:30px;
  letter-spacing:0.05em;
}

.zeh-text{
  max-width:760px;
  margin:30px auto 0;
  line-height:1.9;
  font-size:16px;
  color:#444;
}

.zeh-catch{
  margin-top:40px;
  font-size:22px;
  letter-spacing:0.1em;
}

.hirari-plan__img1{
  width:600px;
  max-width:100%;  /* スマホ対応 */
  height:auto;
  display:block;
  margin:0 auto;   /* 中央配置 */
}

.hirari-plan__img3{
  width:400px;
  max-width:100%;  /* スマホ対応 */
  height:auto;
  display:block;
  margin:0 auto;   /* 中央配置 */
}

/* 実績報告 */
.zeh-report{
  background:#e9e9e9;
  padding:40px 30px;
  text-align:center;
}

.zeh-report__title{
  font-size:18px;
  margin-bottom:20px;
}

.zeh-report__links{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:20px;
}

.zeh-report__links a{
  text-decoration:none;
  color:#1a7c2f;
  font-weight:600;
}

.zeh-report__links a:hover{
  opacity:0.7;
}