@charset "UTF-8";
.txt_c01 {
  color: #009872;
}

.bg_green {
  background-color: #009872;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

header {
  z-index: 9999;
  width: 100%;
  height: 100px;
  background-color: #fff;
  transition: all 0.4s linear;
}
header .h_btn a {
  border-radius: 22px;
  width: 228px;
  line-height: 44px;
  padding: 0;
  background: #009872;
  color: #fff;
  box-sizing: border-box;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
}
header.fixed .logo_box img {
  height: 51px;
}

header.fixed + #main {
  padding-top: 70px;
}

@media screen and (min-width: 737px) {
  /*-------------*/
  header {
    min-width: 1000px;
    padding: 0 50px;
  }
  header .logo_box img {
    height: 68px;
    width: auto;
  }
  #gnavi {
    z-index: 9992;
  }
  #gnavi .toggle {
    display: none;
  }
  #gnavi .menu_open {
    width: 100%;
  }
  #gnavi .pa {
    gap: 40px;
  }
  /*------max1000-----*/
}
@media screen and (min-width: 737px) and (max-width: 1200px) {
  /*-------------*/
  header {
    padding: 0 1%;
  }
  header .logo_box img {
    height: 58px;
  }
  header #gnavi .pa {
    gap: 30px;
  }
  header #gnavi .h_btn a {
    width: 210px;
  }
}
/*-----min737--------*/
#fv .slider {
  width: calc(50% + 158px);
  margin: 0 0 0 auto;
}
#fv .slider .img {
  width: 100%;
}
#fv .swiper-pagination-bullets {
  height: 10px;
  bottom: -30px;
  width: 100%;
  padding-right: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  text-align: right;
}
#fv .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
#fv .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #b7d100;
}
#fv .main_logo_wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 80px;
  width: calc(50% - 158px);
  height: calc(100% - 80px);
  background-color: #009872;
  display: grid;
  place-items: center;
}
#fv .main_logo_wrap .main_logo {
  max-width: 60%;
}
#fv .main_logo_wrap .scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  padding-bottom: 30px;
  letter-spacing: -0.5px;
}
#fv .main_logo_wrap .scroll:after {
  border-radius: 50%;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url(../img/ar2.svg) 50% 50% no-repeat #fff;
  background-size: auto 10px;
  transform: rotate(90deg);
  z-index: 7;
}
#fv .main_btm {
  padding: 180px 0 100px;
  background-color: #009872;
  color: #fff;
  gap: 86px;
}
#fv .main_btm .txt_box {
  width: 370px;
}
#fv .main_btm .txt_box p {
  transform: translateY(-10px);
  line-height: 2.26;
}
#fv .main_btm .txt_box:after {
  display: block;
  content: "";
  width: 130px;
  height: 104px;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url(../img/chara1.png) 50% 50% no-repeat;
  background-size: 100% auto;
}
#fv .main_btm:before {
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  right: 100%;
  position: absolute;
  background-color: #009872;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  /*-------------*/
  #fv .slider {
    width: calc(50% + 158px);
  }
  #fv .bullets_wrap {
    width: calc(100% - 160px);
  }
  #fv .main_logo_wrap .main_logo {
    max-width: 60%;
  }
  #fv .main_btm {
    width: calc(100% - 160px);
    padding: 160px 0 100px;
    gap: 66px;
  }
} /*------max1000-----*/
.stit01 {
  color: #6e6e6e;
  font-size: 40px;
  margin-bottom: 60px;
}
.stit01 .font-en {
  margin-top: 13px;
  display: block;
  color: #009872;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#s02 {
  padding: 150px 0 150px;
}
#s02 .txt_img + .txt_img {
  margin-top: 100px;
}
#s02 .txt_img + .txt_img.rev {
  flex-direction: row-reverse;
}
#s02 .txt_img + .txt_img.rev .txt_box .inbox {
  margin: 0 0 0 auto;
}
#s02 .txt_img .img {
  height: 450px;
  width: calc(50vw - 40px);
  box-sizing: border-box;
}
#s02 .txt_img .img.bg_sky {
  background-color: #c0e7e8;
  padding: 30px;
}
#s02 .txt_img .img.r408:before {
  display: block;
  content: "";
  width: 319px;
  height: 240px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: url(../img/r408.png) 50% 50% no-repeat;
  background-size: 100% auto;
  z-index: 4;
}
#s02 .txt_img .txt_box {
  width: calc(50vw - 40px);
  padding-bottom: 10px;
}
#s02 .txt_img .txt_box .inbox {
  width: 480px;
  max-width: 90%;
}
#s02 .txt_img .txt_box h3 .font-en {
  gap: 5px;
}
#s02 .txt_img .txt_box h3 .font-en .txt18 {
  border-bottom: 4px solid #009872;
  letter-spacing: 1px;
}
#s02 .txt_img .txt_box h3 .font-en .txt55 {
  font-size: 55px;
  line-height: 1;
  font-weight: 900;
}

@media screen and (max-width: 1200px) {
  /*-------------*/
  #s02 {
    padding: 120px 0 120px;
  }
  #s02 .txt_img + .txt_img {
    margin-top: 80px;
  }
  #s02 .txt_img .img {
    width: 48%;
  }
  #s02 .txt_img .txt_box {
    width: 48%;
  }
} /*------max1200-----*/
#s03:after {
  display: block;
  content: "";
  width: 100vw;
  height: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto calc(50% - 50vw);
  position: absolute;
  background: #fff;
}
#s03 .box1000 {
  padding: 100px 0;
  position: relative;
}
#s03 .box1000:before {
  display: block;
  content: "";
  width: 130px;
  height: 136px;
  top: -55px;
  right: 0;
  margin: auto;
  position: absolute;
  background: url(../img/chara3.png) 50% 50% no-repeat;
  background-size: 100% auto;
  z-index: 7;
}
#s03 .link_clm2:before {
  display: block;
  content: "";
  width: 100vw;
  height: 50%;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto calc(50% - 50vw);
  position: absolute;
  background: #fff;
}
#s03 .link_clm2 a {
  width: 50%;
  aspect-ratio: 1/1;
  background: url(../img/link01.jpg) 50% 50% no-repeat;
  background-size: cover;
  transition: all 0.4s linear;
}
#s03 .link_clm2 a.link02 {
  background: url(../img/link02.jpg) 50% 50% no-repeat;
}
#s03 .link_clm2 a.link02:before {
  background: #00a87e;
}
#s03 .link_clm2 a:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: #009872;
  opacity: 1;
  transition: all 0.4s linear;
}
#s03 .link_clm2 a .inbox {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
#s03 .link_clm2 a .inbox .txt30 {
  line-height: 1.25;
}
#s03 .link_clm2 a .inbox:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  border: 8px solid #fff;
  box-sizing: border-box;
  transition: all 0.4s linear;
}
#s03 .link_clm2 a .inbox:after {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url(../img/ar.svg) 50% 50% no-repeat #fff;
  background-size: 17px auto;
  z-index: 7;
}
#s03 .link_clm2 a:hover:before {
  opacity: 0;
  transition: all 0.4s linear;
}
#s03 .link_clm2 a:hover .inbox:before {
  border: 14px solid #fff;
}

@media screen and (max-width: 1200px) {
  /*-------------*/
  .w900_1100 {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
} /*------max1200-----*/
#s04 {
  padding: 200px 0 150px;
}
#s04 .tit_wrap {
  width: 33%;
}
#s04 .tit_wrap .stit01 {
  margin-bottom: 30px;
}
#s04 .link_blog {
  background: #009872;
  width: 67%;
  gap: 30px;
  padding: 100px 0;
}
#s04 .link_blog a {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  width: 500px;
  height: 140px;
  background: #fff;
  border-radius: 100px;
  color: #009872;
  padding-left: 60px;
  box-sizing: border-box;
  gap: 30px;
  transition: all 0.4s linear;
}
#s04 .link_blog a .txt {
  margin: 4px 0 5px;
}
#s04 .link_blog a:hover {
  background: #fff9c1;
}
#s04 .link_blog a:after {
  display: block;
  content: "";
  width: 27px;
  height: 28px;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  position: absolute;
  background: url(../img/ar.svg) 50% 50% no-repeat;
  background-size: 26px auto;
  z-index: 7;
}
#s04:before {
  display: block;
  content: "";
  width: 100%;
  height: 530px;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background: url(../img/bg_blog.jpg) 50% 0;
  background-size: cover !important;
}

#house #s04:before {
  height: 440px;
  background: url(../img/bg_blog_house.jpg) 50% 0;
}

#building #s04:before {
  height: 440px;
  background: url(../img/bg_blog_buliding.jpg) 50% 0;
}

#faq {
  padding: 0px 0 150px;
}
#faq .box1000 {
  padding: 100px 0;
}
#faq .box1000 .txt_box {
  padding-bottom: 60px;
  position: relative;
}
#faq .box1000 .txt_box:before {
  display: block;
  content: "";
  width: 100px;
  height: 134px;
  bottom: 30px;
  right: calc(50% - 430px);
  margin: auto;
  position: absolute;
  background: url(../img/chara4.png) 50% 50% no-repeat;
  background-size: 100% auto;
}
#faq dl.faq_box {
  margin: 0 auto 10px;
  width: 800px;
  max-width: 96%;
}
#faq dl.faq_box i {
  font-size: 33px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
#faq dl.faq_box dt {
  position: relative;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  background: #009872;
  line-height: 1.45;
  color: #fff;
  padding: 0 40px;
  min-height: 60px;
  box-sizing: border-box;
  align-items: center;
  cursor: pointer;
}
#faq dl.faq_box dt span {
  max-width: calc(100% - 100px);
  padding: 15px 0;
}
#faq dl.faq_box dt:before {
  z-index: 3;
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  color: #009872;
  text-align: center;
  background: url(../img/acc_btn1.png) 50% 50% no-repeat;
  background-size: 16px auto !important;
}
#faq dl.faq_box dt:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  position: absolute;
  background: #fff;
  border-radius: 20px;
}
#faq dl.faq_box dt.active:before {
  background: url(../img/acc_btn2.png) 50% 50% no-repeat;
}
#faq dl.faq_box dt.active:after {
  background: #fff9c1;
}
#faq dl.faq_box dd {
  min-height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding: 10px 40px;
}
#faq dl.faq_box dd i {
  color: #009872;
}
#faq dl.faq_box dd span {
  font-size: 16px;
  box-sizing: border-box;
  max-width: calc(100% - 100px);
  line-height: 1.6;
  padding: 20px 0;
}
#faq dl.faq_box dd a {
  color: #009872;
  text-decoration: underline;
  transition: 0.5s;
}
#faq dl.faq_box dd a:hover {
  text-decoration: none;
}

.contact_box.bg_green {
  padding: 100px 0;
}
.contact_box .box1000.bg_green {
  padding: 55px 30px 60px;
  max-width: 90%;
  box-sizing: border-box;
}
.contact_box .box1000.bg_green .fuki_wrap {
  width: 868px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact_box .box1000.bg_green .fuki_wrap .fuki {
  position: absolute;
  top: -30px;
  right: 50px;
  margin: auto;
  width: 81px;
  height: 81px;
}
.contact_box .txt_w {
  color: #fff !important;
}
.contact_box .stit01 {
  margin-bottom: 40px;
}
.contact_box .tit_wrap {
  display: inline-block;
}
.contact_box .tit_wrap .chara {
  position: absolute;
  bottom: 0;
  right: -150px;
  margin: auto;
  width: 203px;
  height: 183px;
}
.contact_box .btn_wrap {
  gap: 40px;
}
.contact_box .tel_box {
  width: 500px;
}
.contact_box .tel_box a {
  padding-left: 40px;
  width: 500px;
  height: 84px;
  background: #fff;
  color: #009872;
}
.contact_box .tel_box a .txt16 {
  line-height: 1.3;
  width: 170px;
}
.contact_box .tel_box a .font-en {
  padding-left: 47px;
  background: url(../img/i_freedial.svg) 0 50% no-repeat;
  background-size: 40px auto;
}
.contact_box .tel_box a + a {
  margin-top: 10px;
}
.contact_box .link_waku .inbox {
  width: 330px;
  height: 178px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.contact_box .link_waku .inbox:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  border: 8px solid #fff;
  box-sizing: border-box;
  transition: all 0.4s linear;
}
.contact_box .link_waku .inbox:after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: url(../img/ar.svg) 50% 50% no-repeat #fff;
  background-size: 17px auto;
  z-index: 7;
}
.contact_box .link_waku:hover .inbox:before {
  border: 14px solid #fff;
}

.w660 {
  margin-left: auto;
  margin-right: auto;
  width: 664px;
}

/*下層ページ*/
#fv2 .main_tit {
  height: 300px;
  background: url(../img/bg_house.jpg);
  background-size: cover !important;
}
#fv2 .main_tit .tit_txt {
  font-size: 42px;
}
#fv2 .bg_green {
  padding: 100px 0;
}
#fv2 .bg_green .txt36 em {
  color: #fff9c1;
}
#fv2 .bg_green .txt16 {
  margin: 30px auto 0;
  line-height: 1.875;
}
#fv2 .bg_green:before {
  display: block;
  content: "";
  width: 90px;
  height: 118px;
  bottom: 20px;
  right: 40px;
  margin: auto;
  position: absolute;
  background: url(../img/chara2.png) 50% 50% no-repeat;
  background-size: 100% auto;
}

#building .main_tit {
  background: url(../img/bg_building.jpg);
}

.kakko span {
  padding: 0 20px;
  margin-bottom: 30px;
  line-height: 30px;
}
.kakko span:before, .kakko span:after {
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 8px;
  height: 30px;
  border: 3px solid #009872;
}
.kakko span:before {
  left: 0;
  border-right: none;
}
.kakko span:after {
  right: 0;
  border-left: none;
}

#cost > .box1000 {
  padding: 100px 0;
  position: relative;
}
#cost > .box1000:before {
  display: block;
  content: "";
  width: 160px;
  height: 129px;
  top: -55px;
  left: 130px;
  margin: auto;
  position: absolute;
  background: url(../img/chara1.png) 50% 50% no-repeat;
  background-size: 100% auto;
  z-index: 7;
}
#cost .estimate {
  width: calc(50% - 15px);
}
#cost .estimate .bg_w + .bg_w {
  margin-top: 30px;
}
#cost .estimate_top .txt_info {
  padding: 20px 30px;
  width: calc(100% - 180px);
}
#cost .estimate_top .txt_info .place {
  width: 74px;
  line-height: 22px;
  background: #fff;
  border-radius: 24px;
  text-align: center;
}
#cost .estimate_top .txt_info .txt18 {
  line-height: 1.444;
}
#cost .estimate_top .txt_price {
  width: 180px;
  height: 123px;
  background: #00a87e;
}
#cost .estimate_top .txt_price dt {
  font-weight: normal;
  width: 120px;
  padding: 6px;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
#cost .estimate_top .txt_price .font-en {
  padding-right: 5px;
}
#cost .estimate_bottom {
  padding: 14px 30px 30px;
}
#cost .estimate_bottom .txt_c01 {
  border-bottom: 1px solid #009872;
  letter-spacing: 0.2em;
  padding-bottom: 3px;
}
#cost .estimate_bottom ul {
  margin-top: 10px;
}
#cost .estimate_bottom ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#cost .estimate_bottom ul li:before {
  content: "● ";
  color: #009872;
  font-size: 85%;
}
#cost .contact_box {
  margin-top: 80px;
}
#cost .contact_box:before {
  display: block;
  content: "";
  width: 100%;
  height: calc(50% + 100px);
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: #fff;
  z-index: 1;
}

#flow {
  padding-bottom: 100px;
}
#flow > .box1000 {
  padding: 100px 0 0;
  position: relative;
}
#flow > .box1000:before {
  display: block;
  content: "";
  width: 150px;
  height: 130px;
  top: -55px;
  left: 130px;
  margin: auto;
  position: absolute;
  background: url(../img/chara6.png) 50% 50% no-repeat;
  background-size: 100% auto;
  z-index: 7;
}
#flow .step {
  margin-top: 10px;
}
#flow .step li {
  width: 297px;
  max-width: 30%;
  margin-bottom: 60px;
}
#flow .step li .txt22 {
  line-height: 32px;
}
#flow .step li .txt22 i {
  border-radius: 50%;
  width: 32px;
  line-height: 32px;
  background-color: #009872;
  text-align: center;
  margin-right: 12px;
}
#flow .step li .img {
  margin: 14px 0 10px;
}
#flow .step li:not(:nth-child(3n)):before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: -47px;
  margin: auto;
  position: absolute;
  background: url(../img/ar2.svg) 50% 50% no-repeat;
  background-size: 100% auto;
  z-index: 7;
}

footer {
  background: #fff;
}
footer .inner {
  height: 166px;
}
footer .f_nav li {
  border-left: 2px solid #009872;
  line-height: 20px;
}
footer .f_nav li:last-child {
  border-right: 2px solid #009872;
}
footer .f_nav li a {
  padding: 0 20px;
}
footer .copy {
  background: #009872;
  color: #fff;
  line-height: 26px;
  letter-spacing: 1px;
}

#fix_btn {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 990;
}

.pageTop {
  /*display: none;*/
}
.pageTop .bt_ar {
  background-color: #00a87e;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.pageTop .bt_ar:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background: url(../img/ar_w.svg) 50% 50% no-repeat;
  background-size: 100% auto;
  z-index: 7;
}
.pageTop .bt_ar svg {
  stroke: #fff;
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}

@media screen and (min-width: 737px) {
  /*-----------------------------*/
  .fadein {
    opacity: 0;
    transform: translateY(30%);
    transition: opacity 725ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity;
  }
  .stit.fadein {
    opacity: 0;
    transition: opacity 725ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .fadein_stit.scrollin,
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0) !important;
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .fadein.delay {
    transition-delay: 0.5s;
  }
  .fadein.delay2 {
    transition-delay: 0.7s;
  }
  .fadein.delay3 {
    transition-delay: 1s;
  }
  .fadein.delay4 {
    transition-delay: 1.3s;
  }
} /*-----------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=pc.css.map */