@charset "UTF-8";
/* CSS Document */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*crearfix*/
.row:after {
  content: ' ';
  display: block;
  clear: both;
}
html {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 62.5%;
}
body {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3',
    'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
    'sans-serif';
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pc {
  display: block; /* PC,SP切替え */
}
.sp {
  display: none; /* PC,SP切替え */
}
.sMobile {
  display: none; /* PC,SP切替え */
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.imageWrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 1280px; /* サイト幅 */
  z-index: 10;
}
.inner {
  position: relative;
  padding: 30px 0;
}
.inner:after {
  content: '';
  display: table;
  clear: both;
}

/* セクション
-----------------------------------------------------------*/
.section {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  padding: 60px 0;
}

/* section共通 
-----------------------------------------------------------*/
.sectionWrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.sectionSize {
  width: 100%;
  max-width: 1170px; /* サイト幅 */
  margin: 0 auto;
  padding: 0;
}
.sectionSize h3 {
  margin: 0;
  padding: 0;
}
.boldLineYellow {
  font-weight: bold;
  border-bottom: 2px solid #ffff00;
  padding-bottom: 1px;
}
.boldLineBlue {
  font-weight: bold;
  border-bottom: 2px solid #70b9f6;
  padding-bottom: 1px;
}
.boldLineRed {
  font-weight: bold;
  border-bottom: 2px solid #e0002d;
  padding-bottom: 1px;
}
.textBold {
  font-weight: bold;
}

/* section01 
-----------------------------------------------------------*/
.s1 {
  margin: 0;
  padding: 0;
  position: relative;
}
/* header
-----------------------------------------------------------*/
.logo {
  width: 100%;
  height: 86px;
  background-color: #006934;
  position: relative;
  text-align: center;
}
.logo h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0;
}

.s1 .h2Wrap {
  width: 100%;
  height: 0;
  display: block;
  padding-top: 160.486111%; /* レスポンシブ用指定 画像の高さ÷幅 */
  background-image: url('../images/sec01_main_img_07.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}
.s1mainImage {
  width: 100%;
}

/* メニュー PC
-----------------------------------------------------------*/

#header {
  background: #006934;
  width: 100%;
  height: 80px;
  display: block;
  margin: 0;
  float: left;
  position: relative;
  top: 0px;
  z-index: 1000;
}
#header #nav {
  width: 100%;
  max-width: 1170px; /* サイト幅 */
  margin: 0 auto;
  padding: 0;
}
#header .nav {
  padding: 0;
  margin: 0 auto;
}
#header .nav li {
  width: 20%;
  display: block;
  float: left;
  position: relative;
}
#header .nav a {
  width: 100%;
  height: 80px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
  vertical-align: top;
}
.nav a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header .nav a:hover {
  background-color: #d6d3d3;
}
.active {
  background: #a1c86a;
  color: #fff !important;
  text-decoration: underline !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.end {
  margin: 0;
}

/* メニュー SP
-----------------------------------------------------------*/
.globalNav {
  display: none;
}

/* section02
-----------------------------------------------------------*/
.s2 {
  background: #466493;
  padding: 100px 0 60px;
  color: #ffffff;
}
.s2mokuhyou {
  margin: 60px 0 0 0;
  text-align: center;
}
.s2mokuhyou h4 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: normal;
  margin: 0 0 20px;
}
.s2mokuhyou a {
  display: inline-block;
}
.s2mokuhyou a img {
  margin: 0 auto;
}
#modal-00 h3 {
  line-height: 1.2;
  color: #466493;
}
#modal-00 table {
  width: 100%;
}
#modal-00 table tr {
  width: 100%;
}
#modal-00 table td {
  width: 11%;
  padding: 6px;
  border: 1px solid #cccccc;
  border-right: none;
  border-bottom: none;
  font-size: 1.4rem;
  line-height: 1.2;
}
#modal-00 table .cellLineA {
  border-bottom: 1px solid #cccccc;
}
#modal-00 table .cellLineB {
  border-right: 1px solid #cccccc;
}
#modal-00 table .cellColorBlue {
  background: #d3dae7;
}
#modal-00 table .cellColorGray {
  background: #f5f5f5;
}
#modal-00 table .tableSmallFont {
  font-size: 1rem;
}

/* section03
-----------------------------------------------------------*/
.s3 {
  padding: 60px 0;
}
.s3 .aboutHEZ {
  text-align: center;
  margin: 40px 0 40px;
}
.sec03Inner h3 {
  margin: 0;
  padding: 0;
}
.s3 h4 {
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: normal;
  color: #006934;
  text-align: center;
}
.s3 .s3imgHEZ01 {
  margin: 40px 0 60px;
  text-align: center;
}
.s3 .s3imgHEZ02 {
  width: 100%;
  margin: 40px 0 0;
}
.s3 .s3imgHEZ02 img {
  margin: 0 auto;
}

/* section04
-----------------------------------------------------------*/
.sec04a {
  background: #e3ebcf;
  padding: 60px 0;
}
.sec04a .s4imgSetsubi {
  width: 100%;
  margin: 40px 0 60px;
}
.sec04a .s4imgSetsubi img {
  margin: 0 auto;
}
.sec04a .s4Point01 {
  margin: 0 0 40px 0;
}
.sec04a .s4Point h4 {
  margin: 0;
  padding: 0;
}
.s4Point p {
  margin: 10px 0 0 0;
  padding: 0;
}
.sec04b {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.sec04b h3 {
  margin: 40px 0 20px;
}
.s4bEnergy {
  border-top: 2px solid #88bd1f;
  border-bottom: 2px solid #88bd1f;
  padding: 20px 0 20px;
  margin-bottom: 40px;
}
.s4bPhotoArea {
  width: 100%;
  margin: 40px 0 0 0;
  float: left;
}
.s4bPhotoArea .leftArea {
  width: 48.717949%;
  float: left;
  margin: 0;
  padding: 0;
}
.s4bPhotoArea .leftArea figcaption,
.s4bPhotoArea .rightArea figcaption {
  margin: 12px 0 0;
}
.s4bPhotoArea .rightArea {
  width: 48.717949%;
  float: right;
  margin: 0;
  padding: 0;
}
.s4bMadoriArea {
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 0 0;
}
.imageWrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 1170px; /* サイト幅 */
  z-index: 10;
}

/* 円 
-----------------------------------------------------------*/
.circle_a {
  border-radius: 50%;
  padding: 1.3%;
  background-color: rgba(224, 0, 45, 0.7);
}

/*  円の位置 
-----------------------------------------------------------*/
/* 1F */
.circle_01 {
  position: absolute;
  top: 18.2%;
  left: 56%;
}
.circle_02 {
  position: absolute;
  top: 33%;
  left: 77%;
}
.circle_03 {
  position: absolute;
  top: 30%;
  left: 41%;
}
.circle_04 {
  position: absolute;
  top: 63.5%;
  left: 71.6%;
}
.circle_05 {
  position: absolute;
  top: 53.5%;
  left: 45%;
}
/* 2F */
.circle_06 {
  position: absolute;
  top: 52%;
  left: 51%;
}
.circle_07 {
  position: absolute;
  top: 33.6%;
  left: 73.5%;
}
.circle_08 {
  position: absolute;
  top: 68.8%;
  left: 64%;
}
.circle_09 {
  position: absolute;
  top: 84%;
  left: 75%;
}

/*  円のアニメーション 
-----------------------------------------------------------*/
.anime {
  -webkit-animation-name: sample_anime;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-name: sample_anime;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes sample_anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sample_anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}

/* モーダルウィンドウカスタマイズ 
-----------------------------------------------------------*/
/* 背景 */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.8);
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
/* ウィンドウ */
.remodal {
  color: #4d4e4d;
  background: rgba(255, 255, 255, 1);
}
.remodal p {
  width: 100%;
  margin: 0 auto;
  max-width: 480px;
  text-align: left;
  line-height: 1.5;
}
.remodal img {
  padding-bottom: 30px;
}

.s4bHouseSpec {
  width: 100%;
  margin: 40px 0 20px;
  padding: 0px;
  float: left;
  position: relative;
  border: 3px solid #88bd1f;
  border-radius: 20px;
}
.s4bHouseSpec ul {
  padding: 0;
}
.s4bHouseSpecLeft {
  width: 40%;
  float: left;
  font-size: 16px;
  padding: 0 0 0 30px;
}
.s4bHouseSpecRight {
  width: 60%;
  float: right;
  font-size: 12px;
  padding: 0 30px 0 0;
}

/* section05
-----------------------------------------------------------*/
.s5 {
  width: 100%;
  padding: 0 0 20px;
  background: #ffffff;
}
.s5 h3 {
  margin: 0px 0 20px 0;
  float: left;
}
.s5 .s5MainImgWrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  float: left;
  margin-bottom: 20px;
}
.s5 .ownersVoice {
  width: 100%;
  float: left;
  margin: 0px 0 40px 0;
  padding: 10px 20px;
  border: 3px solid #006934;
  border-radius: 20px;
}
.s5 .ownersVoice .textBold {
  text-align: right;
}

/* section06
-----------------------------------------------------------*/
.s6 {
  width: 100%;
  padding: 120px 0 0;
  position: relative;
}
.sec06LinkArea {
  position: relative;
  z-index: 10;
}
.s6 .sec06BgWrap {
  float: left;
}
.s6 .sec06Bg {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
}
.s6 .s6LinkWrapLeft {
  width: 48.376068%;
  display: block;
  float: left;
}
.s6 .s6LinkWrapRight {
  width: 48.376068%;
  display: block;
  float: right;
}
/* footer
-----------------------------------------------------------*/
.footer {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  clear: both;
}
.footerInner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 60px;
  font-size: 12px;
  text-align: right;
  color: #ffffff;
  position: relative;
  clear: both;
}
.footerInner .sh_logo {
  float: right;
}
.footerInner .copyRight {
  width: 100%;
  float: right;
}

@media screen and (max-width: 1200px) {
  .sectionSize {
    padding: 0 4%;
  }

  /* footer
		-----------------------------------------------------------*/
  .footerInner {
    padding: 0 4%;
  }
}

@media screen and (max-width: 900px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* section02
		-----------------------------------------------------------*/
  .s2 {
    padding: 100px 0 40px;
  }
  .s2mokuhyou {
    margin: 40px 0 0 0;
  }
  .s2mokuhyou h4 {
    font-size: 2rem;
  }

  /* section03
		-----------------------------------------------------------*/
  .s3 {
    padding: 40px 0;
  }

  /* section04
		-----------------------------------------------------------*/
  .sec04a .s4imgSetsubi {
    margin: 20px 0 40px;
  }
  .sec04a .s4Point01 {
    margin: 0 0 20px 0;
  }
  .s4bEnergy {
    padding: 14px 0 14px;
  }
  .s4bPhotoArea {
    margin: 20px 0 0 0;
  }

  /* section05
		-----------------------------------------------------------*/
  .s5 .ownersVoice {
    padding: 10px 28px;
  }

  /* footer
		-----------------------------------------------------------*/
  .footerInner {
    margin-top: 40px;
    font-size: 10px;
  }
}

@media screen and (max-width: 750px) {
  body {
    line-height: 1.8;
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  /* section01 
		-----------------------------------------------------------*/

  .logo {
    width: 100%;
    height: 86px;
    background-color: #006934;
    position: fixed;
    text-align: center;
    z-index: 1000;
  }
  /* header
		-----------------------------------------------------------*/
  .logo {
    height: 66px;
  }
  .logo h1 {
    width: 40%;
    padding-bottom: 4px;
  }
  .s1 .h2Wrap {
    position: relative;
    top: 66px;
    padding-top: 269.6%; /* レスポンシブ用指定 画像の高さ÷幅 */
    background-image: url('../images/sec01_main_img_07_sp.jpg');
    z-index: 1;
  }

  /* メニュー PC
		-----------------------------------------------------------*/
  #header {
    display: none;
  }

  /* メニュー SP
		-----------------------------------------------------------*/
  .logo .globalNav {
    display: block;
  }
  .globalNav ul {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 66px 0 0 0;
  }
  .globalNav ul li {
    padding: 0px;
    position: relative;
  }
  .globalNav ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #mobileHead {
    width: 100%;
    height: 0px;
    z-index: 1002;
    position: absolute;
    top: 0px;
  }
  .gNav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -560px;
    right: 0;
    width: 100%;
    z-index: 1001;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .gNav ul {
    width: 100%;
    position: static;
    right: 0;
    bottom: 0;
    padding: 66px 0 0 0;
  }
  .gNav ul li {
    width: 100%;
    float: left;
    background-color: rgba(0, 105, 52, 1);
    border-top: 1px solid #dddddd;
  }
  .gNav ul li .navListRightLine {
    border-right: 1px solid #dddddd;
  }
  .gNav ul li .navListBottomLine {
    border-bottom: 1px solid #dddddd;
  }
  .gNav ul li:last-child {
    border-bottom: 1px solid #dddddd;
    border-top: none;
    border-right: 1px solid #dddddd;
  }
  .gNav ul li a,
  .globalNav.fixed .gNav ul li a {
    width: 100%;
    display: block;
    padding: 28px 0;
  }
  .globalNav .gNav ul li a:hover,
  .globalNav.fixed .gNav ul li a:hover {
    background: #ddd;
  }
  /* Toggle Button
		------------------------------------------------------------ */
  #navToggle {
    display: block;
    position: absolute;
    right: 4%;
    top: 22px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 1001;
  }
  #navToggle div {
    position: relative;
  }
  #navToggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  #navToggle span:nth-child(1) {
    top: 0;
  }
  #navToggle span:nth-child(2) {
    top: 10px;
  }
  #navToggle span:nth-child(3) {
    top: 20px;
  }
  #navToggle img {
    position: absolute;
    top: 34px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #navToggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #navToggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #navToggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* .global-nav スライドアニメーション */
  .open .gNav {
    /* .global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }

  /* section02
		-----------------------------------------------------------*/
  .s2 {
    padding: 100px 0 40px;
  }
  .s2 h3 {
    padding-top: 20px;
  }
  .s2mokuhyou {
    margin: 40px 0 0 0;
  }
  .s2mokuhyou h4 {
    font-size: 1.8rem;
  }

  /* section03
		-----------------------------------------------------------*/
  .s3 {
    padding: 60px 0;
  }
  .s3 .sec03Title01 {
    padding-top: 0px;
  }
  .s3 h4 {
    font-size: 2rem;
    font-weight: bold;
  }

  /* section04
		-----------------------------------------------------------*/
  .sec04a .sec04Title01 {
    padding-top: 0px;
  }
  .sec04a .s4Point01 {
    margin: 0 0 20px 0;
  }
  .s4bPhotoArea .leftArea figcaption,
  .s4bPhotoArea .rightArea figcaption {
    margin: 12px 0 0;
    font-size: 1.4rem;
  }

  /* 円 
		-----------------------------------------------------------*/
  .circle_a {
    padding: 3.8%;
  }

  /*  円の位置 
		-----------------------------------------------------------*/
  /* 1F */
  .circle_01 {
    top: 15%;
    left: 56%;
  }
  .circle_02 {
    top: 32%;
    left: 76.4%;
  }
  .circle_03 {
    top: 27.5%;
    left: 41%;
  }
  .circle_04 {
    top: 63%;
    left: 70%;
  }
  .circle_05 {
    top: 50%;
    left: 44%;
  }
  /* 2F */
  .circle_06 {
    top: 48%;
    left: 49%;
  }
  .circle_07 {
    top: 33%;
    left: 71.5%;
  }
  .circle_08 {
    top: 64.8%;
    left: 64.5%;
  }
  .circle_09 {
    position: absolute;
    top: 83.2%;
    left: 73.6%;
  }

  .s4bHouseSpec {
    margin: 40px 0;
    padding: 0px 20px;
    border: 4px solid #88bd1f;
  }
  .s4bHouseSpecLeft {
    width: 100%;
    float: none;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0;
  }
  .s4bHouseSpecRight {
    width: 100%;
    float: none;
    font-size: 1.4rem;
  }

  /* section05
		-----------------------------------------------------------*/
  .s5 {
    padding: 0 0 10px;
  }
  .s5 .s5MainImgWrap {
    padding-top: 0px;
  }
  .s5 h3 {
    margin: 0px 0 20px 0;
    float: left;
  }
  .s5 .ownersVoice {
    margin: 0px 0 20px 0;
  }

  /* section06
		-----------------------------------------------------------*/
  .s6 {
    padding: 80px 0 0;
  }
  .s6 .s6LinkWrapLeft {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .s6 .s6LinkWrapRight {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }
  /* footer
		-----------------------------------------------------------*/
  .footerInner {
    width: 100%;
    font-size: 10px;
    margin-left: -10%;
  }
  .footerInner .sh_logo {
    width: 20.266667%;
    float: right;
  }
}

@media screen and (max-width: 640px) {
  .sp {
    display: none; /* PC,SP切替え */
  }
  .sMobile {
    display: block; /* PC,SP切替え */
  }

  /* section06
		-----------------------------------------------------------*/
  .s6 {
    padding: 60px 0 0;
  }
  .s6 .s6LinkWrapLeft {
    width: 80%;
    margin-bottom: 30px;
  }
  .s6 .s6LinkWrapRight {
    width: 80%;
    margin-bottom: 30px;
  }

  /* footer
		-----------------------------------------------------------*/
  .footerInner {
    width: 100%;
    padding: 0;
    font-size: 10px;
    margin-top: -20px;
  }
}

@media screen and (max-width: 480px) {
  .sectionSize {
    padding: 0 6%;
  }
  .mobileHidden {
    display: none;
  }

  /* section02
		-----------------------------------------------------------*/
  .s2 {
    padding: 106px 0 40;
  }
  .s2 h3 {
    padding-top: 0%;
  }

  /* section03
		-----------------------------------------------------------*/
  .s3 .sec03Title01 {
    padding-top: 20px;
  }
  .s3 h4 {
    font-size: 1.6rem;
  }
  /* section04
		-----------------------------------------------------------*/
  .sec04a .sec04Title01 {
    padding-top: 20px;
  }
  /* section05
		-----------------------------------------------------------*/
  .s5 {
    padding: 0 0 20px;
  }
  .s5 .s5MainImgWrap {
    padding-top: 60px;
  }

  /* section06
		-----------------------------------------------------------*/
  .s6 {
    padding: 40px 0 0;
  }
  .s6 .s6LinkWrapLeft {
    width: 90%;
  }
  .s6 .s6LinkWrapRight {
    width: 90%;
  }

  /* footer
		-----------------------------------------------------------*/
  .footerInner {
    padding: 0%;
    margin-top: 10px;
  }
}
