@import url("https://fonts.googleapis.com/css2?family=Hind:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
html, body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 100%;
  line-height: 190%;
  color: #333;
  background: #fff none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}

#wrapper {
  overflow: hidden;
}

#header {
  position: relative;
  z-index: 10000;
  border-bottom: 4px solid #15A33C;
}
.header__in {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding:10px 0;
}


.header-main {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}


.header-logo {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  min-width: 300px;
}

.header-logo img {
  width: 77px;
  margin-right: 10px;
}
.header-logo h1 {
  color: #15A33C;
  font-size: 1.5rem;
}

.header-logo h1 span{
  font-size: 1.2rem;
}
.header__nav{
  height: 100%;
  display: flex;
  align-items: center;
}
.header__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}

.header__nav-item {
  font-weight: bold;
  padding: 0 18px 0 18px;
  position: relative;
  transition: .3s;
  font-size: 0.9rem;
}

.header__nav-item::before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #15A33C;
  height: 70%;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.header__nav-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  background-color: #359A10;
  border-radius: 10px;
  transition: .3s
}

.header__nav-item::after {
  bottom: -5px;
  left: 9%;
}

.header__nav-item.active::after{
  content: "";
  position: absolute;
  width: 88%;
  height: 4px;
  background-color: #359A10;
  border-radius: 10px;
  transition: .3s

}

.sp-header__menu {
  display: none
}

.header__nav-item--current::after {
  width: 100%
}

.breadcrumb_{
  width: 100%;
  max-width:1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.breadcrumb__box{
  display: flex;
  justify-content: flex-start;
  margin: 10px auto;
  font-size: 0.8rem;
}
.breadcrumb__item {
  display: inline;
}
.breadcrumb__item:not(:last-child)::after {
  content: '/';
  margin: 0 5px;
  display: inline-block;
}
/*   TOP   */

.top-eye{
  /* background:url("../../images/renewal/img01.jpg") no-repeat;
  background-size: cover;
  background-position: center; */
  height:900px;
  width:100%;
  position: relative;
}
.top-eye__in{
  padding-top: 192px;
}
.top-eye__imgs{
  height:100%;
  width:100%;
  position: absolute;

}
[class^="slider-img--"] {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.slider,[class^="slider-img--"] {
  width: 100%;
  height: 900px;
  min-height: auto;
}
.slider-img--01 {
  background-image: url('../../images/renewal/house_01.jpg');
}
.slider-img--02 {
  background-image: url('../../images/renewal/house_02.jpg');
}
.slider-img--03 {
  background-image: url('../../images/renewal/house_03.jpg');
}
.slider-img--04 {
  background-image: url('../../images/renewal/house_04.jpg');
}
.slider-img--05 {
  background-image: url('../../images/renewal/house_05.jpg');
}
.slider-img--06 {
  background-image: url('../../images/renewal/house_06.jpg');
}
.box-ttl01{
/*
  width: 534px;
  height: 280px;
*/
  width: 450px;
  height: 230px;
  background: #fff;
  color: #15A33C;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
}
.box-ttl01::before {
  border: 53px solid transparent;
  border-top-color: #15A33C;
  border-right-width: 0;
  top: 0;
  content: "";
  display: block;
  right: 0;
  position: absolute;
  width: 0;
  z-index: 100;
}
.box-ttl01::after {
  border: 53px solid transparent;
  border-bottom-color: #15A33C;
  border-left-width: 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 100;
}
.box-ttl01 h2{
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: bold;
}
.box-ttl01 span{
  font-size: 1.4rem;
  line-height: 2.3rem;
  font-family: 'Hind', sans-serif;
}
.top-ttl-sub-wrap{
  
  position: relative;
  margin-top: -459px;
}
.top-ttl-sub{
    /* margin-top: -459px; */
    /* height: auto; */
    /* overflow: hidden; */
    display: flex;
    max-height: 810px;
}
.top-ttl-sub::before{
  content: "";
  position: absolute;
  border: 100vw solid transparent;
  border-left-color: #15A33C;
  border-bottom-width: 33vw;
  display: block;
  width: 0;
  border-top-width: 33vw;
  /* top: 545px; */
  z-index: 0;
}
.top-ttl-sub::after{
  content: "";
  position: absolute;
  border: 150vw solid transparent;
  border-right-color: #fff;
  border-bottom-width: 33vw;
  display: block;
  width: 0px;
  border-top-width: 48vw;
  top: 202px;
  right: 0;
}
.top-ttl-sub__left{
  position: relative;
  height: 50vw;
  z-index: 1000;
  width: 50%;
}
.top-ttl-sub__left__in{
  position: relative;
  /* height: 100%; */
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 15vw;

}

.top-ttl-sub__right{
  position: relative;
  margin-top: 153px;
  /* height: 37vw; */
  width: 50%;
  z-index: 1000;
  padding-left: 5vw;
  display: block;
  padding-bottom: 5vw;
}

.top-ttl-sub__right__in{
  position: relative;
  /* height: 100%; */
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 19vw;

}
.imgbox-parts01{
  position: relative;
}
.imgbox-parts01__imgs img{
  width: 50%;

}
.imgbox-parts01__txt{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  color: #fff;
  text-align: center;
}
.imgbox-parts01__txt img{
  
  width: 32vw;
}
.imgbox-parts02{
  position: relative;
}
.imgbox-parts02::after{
    content: "";
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
    background: url(../../images/renewal/bg01.png);
    background-size: cover;
    height: 100%;
    top: 0;
}
.imgbox-parts02--left {
  width: 50%;
  position: relative;
}
.imgbox-parts02--left img{
  width: 100%;
  height: 100%;
}
.imgbox-parts02--left__in{
  position:absolute;
  width:100%;
  height:100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.imgbox-parts02--right{
  width:50%;
  position: relative;
  background: #15A33C;
}
.imgbox-parts02--right img{
  width: 100%;
  height: 100%;

}
.imgbox-parts03{
  background: url(../../images/renewal/img06.jpg) no-repeat;
  width: 100%;
  background-position: top center;
  padding-top: 9vw;
  padding-bottom: 7vw;
  background-size: cover;
}
.imgbox-parts03__in {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1142px;
}
.gmap__in{
  position: relative;
  width:100%;
  height:31vw;
}
.top-company{
  background: #15A33C;
  text-align: center;
  padding: 53px 0 48px 0;
  color: #fff;

}
.top-company__ttl{
  width: 400px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-company__ttl img{
	height: 57px;
}
.top-company__content{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.top-company__content h2{
  font-size: 1.9rem;
  line-height: 2.2rem;
  letter-spacing: 0.3rem;
  margin-top: 10px;
	font-weight: bold;
}
.top-company__content span {
  font-size: 0.9rem;
}
#footer{
  text-align: center;
  color: #15A33C;
  padding:24px 0 33px 0;
}

.pagetop-wrap{
  position:relative;
  width:100%;
  height:0;
  margin-right:auto;
  margin-left:auto;
  z-index:100
}
.pageTop{
  position:relative;
  display:none
}
.pageTop a{
  font-size: 13px;
  line-height: 1em;
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 0;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.8);
}
.pageTop a .fa{
  font-size: 22px;
  line-height: 14px;
  color:#6BBD65;
  margin-bottom: 4px;
}

/*  スクロールアニメーション管理  */
.ani-fade{
  opacity: 0;
  transition: all 0.5s 0.5s ease;
}
.ani-fade-topdown{
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.5s 0.5s ease;
}
.ani-fade-leftright{
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.5s 0.5s ease;
}
.ani-fade-rightleft{
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.5s 0.5s ease;
}
.js-ani-on.ani-fade{
  opacity: 1;
}
.js-ani-on.ani-fade-topdown{
  opacity: 1;
  transform: translateY(0px);
}
.js-ani-on.ani-fade-leftright{
  opacity: 1;
  transform: translateX(0px);
}
.js-ani-on.ani-fade-rightleft{
  opacity: 1;
  transform: translateX(0px);
}

@media screen and (min-width: 768px) {
  .pageTop a {
    right: 5%
  }
  .pageTop a:hover {
    opacity: 0.6;
  }
  .footer-copy {
    display: none
  }
  .header__nav-item:not(.header__nav-item--desabled):hover {
    color: #359A10
  }
  .header__nav-item:not(.header__nav-item--desabled):hover::after {
    width: 88%
  }

}

@media screen and (max-width: 767px) {
  html, body {
    font-size: 13px;
    line-height: 1.6
  }
  #main{
    position: relative;
    margin-top: 16vw;

  }
  .oh-open {
    overflow: hidden
  }
  .side-copyright {
    display: none
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 16vw;
    background-color: #fff;
  }
  .header__in {
    padding: 0 0 0 10px;
    height: 16vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header-logo {
    width: 49vw;
    min-width: 234px;
  }
  .header-main {
    height: auto;
    display: block;
    margin: 0;
  }
  .sp-header__menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0
  }
  .sp-header__menu__in {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 16vw;
    height: 16vw;
  }
  
  .sp-header__btn {
    position: relative;
    width: 50px;
    height: 50px
  }
  .sp-header-line {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 28px;
    height: 3px;
    margin: auto;
    transition: all .3s ease;
    opacity: 1;
    background-color: #61ca3a
  }
  .sp-header-line:nth-of-type(1) {
    top: 14px;
  }
  .sp-header-line:nth-of-type(2) {
    top: 22px;
  }
  .sp-header-line:nth-of-type(3) {
    top: 22px;
    opacity: 0;
  }
  .sp-header-line:nth-of-type(4) {
    top: 30px;
  }
  .sp-header__btn-txt {
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #fff
  }
  .btn-open .sp-header-line:nth-of-type(1) {
    left: -100%;
    opacity: 0
  }
  .btn-open .sp-header-line:nth-of-type(2) {
    width: 25px;
    transform: rotate(137deg)
  }
  .btn-open .sp-header-line:nth-of-type(3) {
    width: 25px;
    transform: rotate(-137deg);
    opacity: 1
  }
  .btn-open .sp-header-line:nth-of-type(4) {
    right: -100%;
    opacity: 0
  }
  .sp-header-line {
    width: 18px;
    height: 2px;
    margin: auto;
  }
  .header__nav {
    position: fixed;
    top: 16vw;
    left: 0;
    display: none;
    width: 100%;
    color: #fff;
    background-color: #15A33C;
    z-index: 100
  }
  .header__nav.is-active {
    display: block
  }
  .header__nav-list {
    border-top: 1px solid #ddd;
    display: block
  }
  .header__nav-item {
    margin: 0 5.3333333333vw;
    border-bottom: 1px solid #ddd
  }
  .header__nav-item--disabled {
    color: #999;
    pointer-events: none
  }
  .header__nav-item:last-child {
    border-bottom: none
  }
  .header__nav-link {
    display: block;
    width: 100%;
    padding: 4vw 2.6666666667vw;
    text-align: center
  }
  .overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 130%;
    opacity: .5;
    background-color: #000
  }

  .header-logo img {
    width: 12vw;
    margin-right: 10px;
  }
  /*   TOP   */
  
  .top-eye{

    height: 404px;
    width: 100%;
    padding-top: 16vw;
    margin-top: 0;
  }
  .top-eye__in {
    padding-top: 80px;
  }
  .slider,[class^="slider-img--"] {
    width: 100%;
    height: 100vw;
    min-height: auto;
  }
  .slider-img--01 {
    background-image: url(../../images/renewal/house_01.jpg);
  }
  .slider-img--02 {
    background-image: url(../../images/renewal/house_02.jpg);
  }
  .slider-img--03 {
    background-image: url(../../images/renewal/house_03.jpg);
  }
  .slider-img--04 {
    background-image: url(../../images/renewal/house_04.jpg);
  }
  .slider-img--05 {
    background-image: url(../../images/renewal/house_05.jpg);
  }
  .slider-img--06 {
    background-image: url(../../images/renewal/house_06.jpg);
  }
  .box-ttl01{
    width: 64%;
     height: auto; 
    background: #fff;
    color: #15A33C;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding: 8px 0;
  }
  .box-ttl01::before {
    border: 24px solid transparent;
    border-top-color: #15A33C;
    border-right-width: 0;
    top: 0;
    content: "";
    display: block;
    right: 0;
    position: absolute;
    width: 0;
    z-index: 100;
  }
  .box-ttl01::after {
    border: 24px solid transparent;
    border-bottom-color: #15A33C;
    border-left-width: 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 0;
    z-index: 100;
  }
  .box-ttl01 h2{
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: bold;
  }
  .box-ttl01 span{
    font-size: 1rem;
    line-height: 2rem;
    font-family: 'Hind', sans-serif;
  }
  .top-ttl-sub-wrap{
    margin-top: -92px;
  }
  .top-ttl-sub{
    display: flex;
    flex-flow: column;

  }
  .top-ttl-sub::before{
    content: "";
    position: absolute;
    border: 268vw solid transparent;
    border-left-color: #15A33C;
    border-bottom-width: 48vw;
    display: block;
    width: 0;
    border-top-width: 48vw;
    z-index: 0;
  }
  .top-ttl-sub::after{
    content: "";
    position: absolute;
    border: 256vw solid transparent;
    border-right-color: #fff;
    border-bottom-width: 44vw;
    display: block;
    width: 0px;
    border-top-width: 44vw;
    top: 266px;
    right: 0;
  }
  .top-ttl-sub__left{
    width: 100%;
    padding: 0 15px;
  }
  .top-ttl-sub__left__in{
    margin-top: 16vw;
    margin-bottom: 20vw;
  }
  
  .top-ttl-sub__right{
    width: 100%;
    padding-left: 5vw;
    padding-bottom: 9vw;
  }
  
  .top-ttl-sub__right__in{
    margin-top: 5vw;
  }
  .imgbox-parts01{
    position: relative;
  }
  .imgbox-parts01__imgs img{
    width: 100%;
  }
  .imgbox-parts01__txt{
    flex-flow: column;
  }
  .imgbox-parts01__txt img{
    width: 72vw;
  }
  .imgbox-parts02{
    position: relative;
  }
  .imgbox-parts02::before{
    display: none;
  }
  .imgbox-parts02::after{
    display: none;
  }
  .imgbox-parts02--left {
    width: 100%;
    position: relative;
  }
  .imgbox-parts02--left img{
    width: 100%;
  }
  .imgbox-parts02--left__in{
    z-index: 100;
    padding: 0 15px;
  }
  .imgbox-parts02--right{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .imgbox-parts02--right img{
    width: 86vw;
    height: 100%;
    margin-top: -11vw;
  }
  
  .imgbox-parts03{
    background: url(../../images/renewal/img06__sp.jpg) no-repeat;
    width: 100%;
    background-position: top center;
    padding-top: 9vw;
    padding-bottom: 7vw;
    background-size: cover;
  }
  .imgbox-parts03__in {
    flex-flow: column;
  }
  .gmap__in{
    width:100%;
    height: 103vw;
    position: relative;
  }
  .top-company{
    padding: 10px 0 48px 0;
  }
  .top-company__ttl{
    width: 100%;
    flex-flow: column;
  }
  .top-company__ttl img{
    height: 57px;
  }
  #footer{
    text-align: center;
    color: #15A33C;
    padding: 18px 0 28px 0;
  }
  
  .pagetop-wrap{
    position:relative;
    width:100%;
    height:0;
    margin-right:auto;
    margin-left:auto;
    z-index:100
  }
  .pageTop{
    position:relative;
    display:none
  }
  .pageTop a{
    font-size: 13px;
    line-height: 1em;
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 0;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    color: #fff;
    font-weight: bold;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.8);
  }
  .pageTop a .fa{
    font-size: 26px;
    line-height: 13px;
  }
  
  .pageTop a {
    right: 20px;
    width: 70px;
    height: 70px;
  }
 
}