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

ul li{
  list-style: none;
}

#contentsarea{
  width: 100%;
}

#what_is_house_goo{
  margin: 12px 0;
  background: #f7f6f2;
  width: 100%;
  font-size: 20px;
}

#what_is_house_goo .pc{
  display: block;
}

#what_is_house_goo .sp{
  display: none;
}

#what_is_house_goo p,
#what_is_house_goo h1,
#what_is_house_goo h2,
#what_is_house_goo h3{
  margin: 0;
  padding: 0;
}

#what_is_house_goo .main{
  background: url("/house/img/info/web/main_bg.jpg");
  background-size: cover;
  text-align: center;
  padding: 70px 0 30px 0;
  margin-bottom: 68px;
}

#what_is_house_goo .main h1{
  color: #f0ff00;
  text-shadow: 0px 3px 5px #007acb;
  font-size: 30px;
  margin: 0 0 18px 0;
}

#what_is_house_goo .main h2{
  text-shadow: 0px 3px 5px #007acb;
  color: #fff;
  font-size: 30px;
  margin: 0 0 48px 0;
  line-height: 1.3;
}

#what_is_house_goo .main h2 strong{
  color: #f0ff00;
  font-size: 80px;
  display: block;
}

#what_is_house_goo .main ul{
  width: 970px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#what_is_house_goo .main ul li{
  width: calc(50% - 36px);
  margin: 0 18px 24px 18px;
  background: #fff;
  border-radius: 5px;
  padding: 28px 18px 28px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

#what_is_house_goo .main ul li:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 10px solid transparent;
  border-top: 12px solid #fff;
}

#what_is_house_goo .main ul li .icon{
  justify-content: center;
  align-items:center;
  width: 100px;
  display: flex;
}

#what_is_house_goo .main ul li .text{
  align-items: center;
  text-align: left;
  width: calc(100% - 100px);
  display: flex;
}

/*h3*/
#what_is_house_goo h3{
  font-size: 50px;
  text-align: center;
  margin: 0 auto 28px auto;
  line-height: 1.2;
}

#what_is_house_goo h3 span{
  font-size: 40px;
}

/**/
#what_is_house_goo .inner{
  width: 970px;
  margin: 0 auto;
}

/*point*/
#what_is_house_goo .house_point h2{
  font-size: 60px;
  text-align: center;
}

#what_is_house_goo .house_point h2:after{
  content: "";
  display: block;
  width: 90px;
  height: 6px;
  background: #4a7c25;
  border-radius: 8px;
  margin: 8px auto 48px;
  line-height: 1.2;
}

/*point1:number_properties*/
#what_is_house_goo .number_properties{
  background: #fff;
  padding: 78px 0;
}

#what_is_house_goo .number_properties .list{
  background: #f7f6f2;
  padding: 32px 0;
  text-align: center;
  border-radius: 8px;
}

#what_is_house_goo .number_properties .list h3{
  font-size: 30px;
  color: #4a7c25;
  margin-bottom: 24px;
}

#what_is_house_goo .number_properties .list h3 p{
  padding: 12px;
  box-sizing: border-box;
  border-radius: 100px;
  background: #4a7c25;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  width: 280px;
  margin: 0 auto 12px auto;
  position: relative;
  
}

#what_is_house_goo .number_properties .list h3 p:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 10px solid transparent;
  border-top: 12px solid #4a7c25;
}

#what_is_house_goo .number_properties .list h3 span{
  font-size: 50px;
}

#what_is_house_goo .number_properties .list h3 strong{
  text-decoration: underline; 
  text-decoration-thickness: 0.7em; 
  text-decoration-color: rgba(255, 255, 0, 0.5); 
  text-underline-offset: -0.3em; 
  text-decoration-skip-ink: none; 
}

#what_is_house_goo .number_properties .list .real_estate{
  display: flex;
  flex-wrap: wrap;
  width: 540px;
  margin: 0 auto 12px auto;
  
}

#what_is_house_goo .number_properties .list .real_estate .rent,
#what_is_house_goo .number_properties .list .real_estate .buy{
  width: calc(50% - 28px);
  color: #fff;
  font-weight: bold;
  border-radius: 16px;
  margin: 0 14px;
  padding: 20px 16px 8px 16px;
  box-sizing: border-box;
  font-size: 26px;
}

#what_is_house_goo .number_properties .list .real_estate .rent{
  background: #88d850;
}

#what_is_house_goo .number_properties .list .real_estate .buy{
  background: #81d2fb;
}

#what_is_house_goo .number_properties .list .real_estate h4{
  background: #fff;
  border-radius: 100px;
  padding: 6px 8px 2px 8px;
  width:100px;
  margin: 0 auto 2px auto;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

#what_is_house_goo .number_properties .list .real_estate .rent h4{color: #88d850;}
#what_is_house_goo .number_properties .list .real_estate .buy h4{color: #81d2fb;}

#what_is_house_goo .number_properties .list .real_estate p{
  font-size: 26px;
}

#what_is_house_goo .number_properties .list .real_estate p span{
  font-size: 40px;
}

/*point2:cross_search*/
#what_is_house_goo .cross_search{
  background: url("/house/img/info/web/bg01.jpg");
  background-size: cover;
  padding: 78px 0;
  background-size: 120%;
  background-position: 50% 50%;
}

#what_is_house_goo .cross_search .cp{
  background: #fff;
  border-radius: 16px;
  padding: 60px 80px;
  box-sizing: border-box;
  text-align: center;
}

#what_is_house_goo .cross_search ul li{
  margin-right: 68px;
  list-style-type: none;
  display: inline-block;
  margin: 22px 24px;
  vertical-align: middle;
}

/*point3:helpful*/
#what_is_house_goo .helpful{
  padding: 78px 0;
  background: #fff;
}

#what_is_house_goo .helpful .lead{
  margin-bottom: 12px;
}

#what_is_house_goo .helpful ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#what_is_house_goo .helpful ul li{
  width: 50%;
  padding: 0 24px;
  box-sizing: border-box;
}

#what_is_house_goo .helpful ul li .img{
  text-align: center;
  margin-bottom: 38px;
  margin-bottom: 24px;
}

#what_is_house_goo .helpful ul li .text{
 line-height: 1.8;
}

/*point4:conditions*/
#what_is_house_goo .conditions{
  padding: 78px 0;
}

#what_is_house_goo .conditions .lead{
  text-align: center;
  margin-bottom: 18px;
}

#what_is_house_goo .conditions h4{
  background: #4a7c25;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  position: relative;
  padding: 28px 0;
  box-sizing: border-box;
  text-align: center;
  width: 860px;
  margin: 0 auto 42px auto;
}

#what_is_house_goo .conditions h4:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 10px solid transparent;
  border-top: 12px solid #4a7c25;
}

#what_is_house_goo .conditions h4 strong{
  color: #f6ff00;
}

#what_is_house_goo .conditions ul{
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  margin: 0 auto;
}

#what_is_house_goo .conditions ul li{
  width: calc(100% / 3);
  text-align: center;
  font-size: 18px;  
  margin-bottom: 18px;
}

/*icon*/
#what_is_house_goo .cmnIcon {
  display: block;
  font-family: 'icomoon' !important;
  line-height: 1;
  color: #4a7c25;
  background: #fff;
  border-radius: 300px;
  padding: 20px 17px 16px 19px;
  margin: 0 auto 6px auto;
  width: 44px;
  height: 44px;
  font-size: 39px;
}
#what_is_house_goo .cmnIcon.bathroom:before {content: "\e90e";}/*\e90c*/
#what_is_house_goo .cmnIcon.second-floor:before {content: "\e90f";}/*\e90d*/
#what_is_house_goo .cmnIcon.pet:before {content: "\e914";}/*\e90e*/
#what_is_house_goo .cmnIcon.car:before {content: "\e910";}/*\e90f*/
#what_is_house_goo .cmnIcon.laundry:before {content: "\e911";}
#what_is_house_goo .cmnIcon.air:before {content: "\e915";}/*\e911*/
#what_is_house_goo .cmnIcon.lavatory:before {content: "\e912";}/*\e912*/
#what_is_house_goo .cmnIcon.prepare:before {content: "\e913";}/*\e913*/
#what_is_house_goo .cmnIcon.auto-lock:before {content: "\e916";}/*\e914*/

/*function*/
#what_is_house_goo .function{
  padding: 78px 0;
  background: url("/house/img/info/web/bg02.jpg");
  background-size: cover;
  background-position: bottom;
  position: relative;
}

#what_is_house_goo .function:before{
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

#what_is_house_goo .function .inner{
  position: relative;
}

#what_is_house_goo .function h2{
  text-align: center;
  margin-bottom: 66px;
}

#what_is_house_goo .function h2 span{
  color: #595a00;
  font-size: 40px;
  background: #fcff00;
  display: inline-block;
  padding: 5px 38px 1px 38px;
  transform: rotate(-8deg); 
  margin-bottom: 8px;
  position: relative;
}

#what_is_house_goo .function h2 span:first-child{
}

#what_is_house_goo .function h2 span:last-child{
  left: -30px;
  top: 30px;
}

#what_is_house_goo .function .lead{
  color: #fff;
  line-height: 1.8;
  font-weight: bold;
  width: 820px;
  margin: 0 auto;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.6);
}

/*search*/
#what_is_house_goo .search{
  padding: 78px 0;
  background: url("/house/img/info/web/bg03.jpg");
  background-size: cover;
  background-position: bottom;
}

#what_is_house_goo .search .genre{
  display: flex;
  flex-wrap: wrap;
}

#what_is_house_goo .search .genre .rent,
#what_is_house_goo .search .genre .buy{
  width: 50%;
  padding: 0 18px;
  box-sizing: border-box;
}

#what_is_house_goo .search .genre h2{
  font-size: 30px;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}

#what_is_house_goo .search .genre h2 strong{
  color: #fff;
  padding: 6px 8px 4px 8px;
  margin-right: 6px;
  display: inline-block;
}
#what_is_house_goo .search .genre .rent h2 strong{background: #88d850;}
#what_is_house_goo .search .genre .buy h2 strong{background: #81d2fb;}

#what_is_house_goo .search .genre ul{
  display: flex;
  flex-wrap: wrap; 
}

#what_is_house_goo .search .genre ul li{
  font-size: 14px;
  text-align: center;
  width:calc(50% - 10px);
  margin: 0 5px 8px 5px;
}

#what_is_house_goo .search .genre ul li strong{
  font-size: 20px;
}

#what_is_house_goo .search .genre ul li a{
 display: block;
 border-radius: 100px;
 color: #333;
 background: linear-gradient(0deg, #f4f4f4 0%, #fdfbff 80%);
 text-decoration: none;
 padding: 16px 10px 14px 10px;
 box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
 position: relative;
 height: 100%;
 align-items: center;
 justify-content: center;
 display: flex;
 box-sizing: border-box;
 
}
#what_is_house_goo .search .genre .rent ul li a{border-bottom: 3px solid #739b43;}
#what_is_house_goo .search .genre .buy ul li a{border-bottom: 3px solid #5388b8;}

#what_is_house_goo .search .genre ul li a:after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #739b43;
  border-bottom: 2px solid #739b43;
  transform: translateY(-50%) rotate(-45deg);
}
#what_is_house_goo .search .genre .rent ul li a:after{
  border-right: 2px solid #739b43;
  border-bottom: 2px solid #739b43;
}
#what_is_house_goo .search .genre .buy ul li a:after{
  border-right: 2px solid #5388b8;
  border-bottom: 2px solid #5388b8;
}

#what_is_house_goo .search .genre ul li a:hover{
  opacity: 0.75;
}

#what_is_house_goo .note{
  font-size: 14px;
  color: #555;
}

#what_is_house_goo .main ul li .text strong,
#what_is_house_goo .house_point h2 strong,
#what_is_house_goo .house_point h3 strong,
#what_is_house_goo .cross_search h3 strong,
#what_is_house_goo .helpful ul li .text strong{
  font-weight: bold;
  color: #4a7c25;
  display: inline;
}

#what_is_house_goo .number_properties .lead,
#what_is_house_goo .cross_search .lead,
#what_is_house_goo .helpful .lead{
  margin-bottom: 48px;
  line-height: 1.8;
}

#what_is_house_goo h3 p{
  display: block;
}

#what_is_house_goo h3 p:before,
#what_is_house_goo h3 p:after{
  display: inline-block;
  content: "";
  background: #4a7c25;
  width: 5px;
  height: 50px;
  margin: 0 30px;
  vertical-align: middle;
  line-height: 1;
}
  
#what_is_house_goo h3 p:before{
  transform: rotate(-25deg);
}

#what_is_house_goo h3 p:after{
  transform: rotate(25deg);
}


