/*--------------------------------------------
イントロ
-------------------------------------------*1256D3*/
.top-intro--container {
  width: 100%;
  height: 600px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-intro--container {
  height: auto;
 }
}

.top-intro--logo {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 300px;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-intro--logo {
  top: 10px;
  left: 10px;
  width: 40%;
 }
}

.top-intro--contact {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 15px;
  background-color: #1489ff;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-intro--contact {
  display: none;
 }
}

.top-intro--txtarea--logo {
  max-width: 360px;
  margin: 0 auto;
}

.swiper-container {
  width: 100%;
  height: 600px;
}

.top-intro01 {
  background: url(../images/top/topimage01.png) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 600px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-intro01 {
  background: url(../images/top/topimage01_sp.png) no-repeat;
  height: auto;
  background-size: cover;
  background-position: center center;
 }
}

.top-intro01--txtarea--wrap {
  width: 100%;
  max-width: 980px;
  height: 600px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-intro01--txtarea--wrap {
  height: auto;
  align-items: flex-end;
  padding: 300px 0 20px;
 }
}

.top-intro01--txtarea {
  display: block;
  width: 400px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-intro01--txtarea {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
 }
}

.top-intro02 {
  background: url(../images/top/topimage02.png) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 600px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-intro02 {
  background: url(../images/top/topimage02_sp.png) no-repeat;
  height: auto;
  background-size: cover;
  background-position: center center;
 }
}

.top-intro02--txtarea--wrap {
  width: 100%;
  max-width: 980px;
  height: 310px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-intro02--txtarea--wrap {
  height: 450px;
  align-items: center;
 }
}

.top-intro02--txtarea {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-intro02--txtarea {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
 }
}

.top-intro02--bnrarea {
  width: 400px;
  text-align: center;
  box-sizing: border-box;
  margin: 30px auto 0;
  background-color: #fff;
  padding: 20px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-intro02--bnrarea {
  width: 90%;
  margin: 30px auto 0;
  text-align: center;
  box-sizing: border-box;
 }
}

.top-intro03 {
  background: url(../images/top/topimage03_with_fuki.png) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 814px;
  max-width: 1600px;
  margin: auto;
  /*position: relative;*/
  position: fixed;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
 .top-intro03 {
  background: url(../images/top/topimage03_sp.png) no-repeat;
  height: auto;
  background-size: cover;
  background-position: center center;
 }
}

.top-intro03--txtarea--wrap {
  width: 100%;
  max-width: 980px;
  height: 650px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-intro03--txtarea--wrap {
  height: auto;
  align-items: flex-end;
  padding: 250px 0 0;
 }
}

.top-intro03new--txtarea--wrap {
  width: 100%;
  max-width: 865px;
  height: 640px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 170px;
  margin-right: 30px;
  margin-left: -150px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-intro03new--txtarea--wrap {
  height: auto;
  /*align-items: center;*/
  align-items: flex-end;
  text-align: center;
  padding: 50px 0 0;
  margin: 200px auto 0;
 }
}

.top-intro03--txtarea {
  display: block;
  width: 400px;
  text-align: center;
  box-sizing: border-box;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-intro03--txtarea {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
 }
}

.top-intro03--txtarea--under {
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  background-color:rgba(255,255,255,0.5);
  margin-top: -100px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-intro03--txtarea {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
 }
}

.top-intro032--txtarea--under {
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
  background-color:rgba(255,255,255,0.5);
  margin-top: -10px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-intro032--txtarea {
  display: block;
  width: 90%;
  margin: 250px auto 10px;
  padding: 5px;
  text-align: center;
  box-sizing: border-box;
 }
}


/********* sp *********/
@media only screen and (max-width: 767px) {
 p.top-fukidasi_new {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  /*right:120px;*/
  left: 10px;
 }
.top-fukidasi {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -165px;
  right:120px;
 }
}

@media screen and (min-width: 768px) and (max-width:1599px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  p.top-fukidasi_new {
   display: none;
  }
  .top-fukidasi {
   display: block;
   /*position: absolute;*/
   position: fixed;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   right:300px;
  }
}
@media screen and (min-width: 1600px) and (max-width:3000px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  p.top-fukidasi_new {
   display: none;
  }
  .top-fukidasi {
   display: block;
   position:absolute;
   /*position: absolute;*/
   position: fixed;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   right:300px;
  }
}

/*--------------------------------------------
スマホナビ
--------------------------------------------*/
.top-intro--menu--btn,
.top-intro--menu {
  display: none;
}
@media only screen and (max-width: 768px) {
.top-intro--menu--btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2000;
  display: block;
}
.top-intro--menu--btn span {
  color: #000;
}
.top-intro--menu--btn span:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/common/btn_menu_open.png") ;
  background-size: cover;
}
.open .top-intro--menu--btn span:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../images/common/btn_menu_close.png") ;
  background-size: cover;
}
.top-intro--menu {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.9);
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}
.top-intro--menu .top-intro--menuarea {
  display: table-cell;
  vertical-align: middle;
}
.top-intro--menu ul {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.top-intro--menu li {
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px #1489ff solid;
  text-align: center;
}
.top-intro--menu li a {
  display: block;
  font-size: 14px;
  color: #1489ff;
  text-decoration: none;
}
.top-intro--menu li.top-intro--menu--bottom {
  border-bottom: 1px #fff solid;
  background-color: #1489ff;
  color: #fff;
}
.top-intro--menu li.top-intro--menu--bottom a {
  color: #fff;
}
.open .top-intro--menu {
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
}
}

/*--------------------------------------------
トップ用 グロナビ
--------------------------------------------*/
.l-header--nav--toparea {
  width: 100%;
  position: absolute;
  bottom: -40px;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.l-header--nav--toparea {
  display: none;
 }
}

.l-header--nav--top {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  z-index: 10;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}

.l-header--nav--top ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  height: 80px;
}

.l-header--nav--top li {
  width: 12.5%;
  height: 80px;
  border-right: 1px #1489ff solid;
}

.l-header--nav--top li a {
  display: flex;
  justify-content: center;
  align-items: center;
  /*color: #1256D3;*/
  color: #1489ff;
  text-align: center;
  width: 100%;
  height: 80px;
  line-height: 1.2;
}

.l-header--nav--top li.l-header--nav--top--right {
  border-right: 1px #fff solid;
}

.l-header--nav--top li.l-header--nav--top--right a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  /*color: #000099;*/
  background-color: #1489ff;
  text-align: center;
  width: 100%;
  height: 80px;
  line-height: 1.2;
}


.l-header--nav--top li:last-child {
  border-right: none;
}

.l-header--nav--top li a:hover {
  /*color: #fff;*/
  color: #ffffff;
  background-color: #1489ff;
}

.l-header--nav--top li.l-header--nav--top--right a:hover {
  color: #1489ff;
  background-color: #fff;
}

/*--------------------------------------------
住活協リフォームについて
--------------------------------------------*/
.top-sec--reform {
  overflow: hidden;
  padding: 120px 0 80px;
  margin: 0 auto;
  max-width: 980px;
  width: 95%;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--reform {
  padding: 40px 0;
 }
}

.top-sec--reform--ttl {
  display: block;
  font-size: 30px;
  color: #000099;
  /*color: #1489ff;*/
  padding-bottom: 5px;
  border-bottom: 4px #000099 solid;
  margin: 0 auto;
  text-align: left;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--reform--ttl {
  font-size: 20px;
 }
}

.top-sec--reform--list {
  margin-top: 50px;
  overflow: hidden;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--reform--list {
  margin-top: 25px;
 }
}

.top-sec--reform--list li {
  max-width: 230px;
  width: 23.4%;
  margin-right: 2.1%;
  text-align: center;
  float: left;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--reform--list li {
  max-width: 49%;
  width: 49%;
  margin-right: 2%;
 }
}

.top-sec--reform--list li:last-child {
  margin-right: 0;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--reform--list li:nth-child(even) {
  margin-right: 0;
 }
}

.top-sec--reform--list--ico {
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--reform--list li {
  padding: 35px 0;
 }
}

.top-sec--reform--list--txtarea {
  width: 100%;
  background-color: #ffffff;
  padding: 60px 15px 20px;
  margin: -40px auto 0;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--reform--list li {
  padding: 0 0 10px;
 }
}

/*--------------------------------------------
工務店を探す
--------------------------------------------*/
.top-sec--search--wrap {
  padding: 80px 0;
  width: 100%;
  position: relative;
  background: url(../images/top/bk_search.png) no-repeat;
  background-size: cover;
  background-position: center top;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--search--wrap {
  padding: 0 0 40px;
 }
}

.top-sec--search {
  overflow: hidden;
  margin: 0 auto;
  max-width: 700px;
  width: 95%;
  position: relative;
  z-index: 5;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--search {
  padding-top: 150px;
 }
}

.top-sec--search--txt {
  width: 100%;
  background-color: #ffffff;
  padding: 25px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--search--txt {
  float: none;
  width: 100%;
  margin: 0 auto;
 }
}

.top-sec--search--txt--ttl {
  font-size: 30px;
  color: #000099;
  /*color: #1489ff;*/
  padding-bottom: 5px;
  border-bottom: 4px #000099 solid;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--search--txt--ttl {
  font-size: 20px;
 }
}

.top-sec--search--txt--list {
  display: table;
  width: 100%;
  /*color: #1489ff;*/
  color: #000099;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--search--txt--list {
  display: block;
 }
}

.top-sec--search--txt--list--left {
  display: table-cell;
  line-height: 1.4;
  width: 140px;
  text-align: left;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--search--txt--list--left {
  display: block;
  width: 100%;
  margin: 0;
 }
}

.top-sec--search--txt--list--right {
  display: table-cell;
  line-height: 1.4;
  text-align: left;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--search--txt--list--right {
  display: block;
  margin: 5px 0 0;
 }
}

.top-sec--search--txt--list--right select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../images/common/ico_arrow_form2.png) no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.2em 0.8em;
  width: 100%;
}

.top-sec--search--txt--list--right input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.2em 0.8em;
  width: 100%;
}

.u-btn__search {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  /*border: 2px #1489ff solid;*/
  border: 2px #000099 solid;
  padding: 0 25px;
  /*color: #1489ff;*/
  color: #000099;
  font-size: 16px;
}

.u-btn__search:hover {
  border: 2px #000099 solid;
  /*color: #fff;*/
  color: #000099;
  /*color: #1489ff;*/
  background-color: #000099;
}


/*--------------------------------------------
住活協リフォームからのお知らせ
--------------------------------------------*/
.top-sec--news {
  overflow: hidden;
  padding: 80px 0;
  margin: 0 auto;
  max-width: 980px;
  width: 95%;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--news {
  padding: 35px 0;
 }
}

.top-sec--news--ttl {
  display: block;
  font-size: 30px;
  color: #000099;
  /*color: #1489ff;*/
  padding-bottom: 5px;
  border-bottom: 4px #000099 solid;
  margin: 0 auto;
  text-align: left;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--news--ttl {
  font-size: 20px;
 }
}

.top-sec--news--list {
  margin-top: 40px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--news--list {
  margin-top: 20px;
 }
}

.top-sec--news--list li {
  padding-bottom: 20px;
  border-bottom: 1px #bfbfbf solid;
  margin-bottom: 20px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--news--list li {
  padding-bottom: 15px;
  border-bottom: 1px #bfbfbf solid;
  margin-bottom: 15px;
 }
}

.top-sec--news--list li a {
  display: table;
  color: #000099;
  /*color: #1489ff;*/
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--news--list li a {
  display: block;
 }
}

.top-sec--news--list--left {
  display: table-cell;
  line-height: 1.4;
  width: 130px;
  text-align: left;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--news--list--left {
  display: block;
  width: 100%;
  margin: 0;
 }
}

.top-sec--news--list--right {
  display: table-cell;
  line-height: 1.4;
  text-align: left;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--news--list--right {
  display: block;
  margin: 5px 0 0;
 }
}

.u-btn__news--list {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  border: 2px #000099 solid;
  padding: 0 25px;
  color: #000099;
  font-size: 16px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-btn__news--list {
  font-size: 14px;
 }
}


.u-btn__news--list:hover {
  border: 2px #000099 solid;
  /*color: #fff;*/
  color: #ffffff;
  /*color: #1489ff;*/
  background-color: #1489ff;
}


/*--------------------------------------------
バナーエリア
--------------------------------------------*/
.top-sec--bnr {
  overflow: hidden;
  padding: 60px 0 50px;
  margin: 0 auto;
  max-width: 980px;
  width: 95%;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-sec--bnr {
  padding: 30px 0 20px;
 }
}

.top-sec--bnr ul {
  max-width: 760px;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
}
/********* tb *********/
@media only screen and (max-width: 834px) {
.top-sec--bnr ul {
  max-width: 570px;
 }
}
/********* sp *********/
@media only screen and (max-width: 640px) {
.top-sec--bnr ul {
  max-width: 380px;
 }
}

.top-sec--bnr li {
  float: left;
  max-width: 180px;
  width: 100%;
  margin: 0 5px 10px;
}
/********* sp *********/
@media only screen and (max-width: 640px) {
.top-sec--bnr li {
  width: 48%;
  margin: 0 1% 2%;
 }
}

.top-sec--bnr li img {
  width: 100%;
}