.thought_keyvisual_img_wrapper{
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.thought_keyvisual_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thought_keyvisual_decoration_wrapper{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 90%;
}

.thought_keyvisual_decoration_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thought_keyvisual_modal{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  width: 27%;
  background: rgba(124,190,71,.6);
  border-radius: 50%;
}

.thought_keyvisual_modal::before{
  content: "";
  display: block;
  padding-top: calc(100%);
}

.thought_keyvisual_inner{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  width: 150%;
}

.thought_keyvisual_inner::before{
  content: "";
  width: 2px;
  height: 200px;
  background: #fff;
  position: absolute;
  bottom: -330px;
  left: 50%;
  transform: translate(0%, -50%);
}

.thought_keyvisual_inner::after{
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -230px;
  left: 50%;
  transform: translate(-50%,0%);
}

.thought_keyvisual_txt{
  margin: 0;
  text-align: center;
  font-size: 40px;
  font-family: "yug_b";
  color: #fff;
  line-height: 1;
}

.thought_keyvisual_happy_wrapper{
  width: 70%;
  margin: 0 auto;
}

.thought_keyvisual_happy_wrapper img{
  width: 100%;
}

.thought_about_section{
  padding: 60px 0 250px;
  position: relative;
}

.thought_about_midashi_wrapper{
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

.thought_about_midashi_img_wrapper{
  width: 35%;
}

.thought_about_midashi_img_wrapper img{
  width: 100%;
}

.thought_about_midashi_txt{
  margin: 0;
  font-size: 40px;
  font-family: "yug_b";
  color: #7CBE47;
}

.thought_about_txt_wrapper{
  width: 80%;
  font-family: "yug_b";
  margin-top: 50px;
  position: relative;
  z-index: 3;
}

.thought_about_subtxt{
  margin: 0 0 30px;
  position: relative;
  display: inline-block;
  font-size: 0;
}

.thought_about_subtxt_line{
  margin: 0;
  display: inline;
  position: relative;
  z-index: 2;
  font-size: 24px;
}

.thought_about_subtxt_line::after{
  content: "";
  width: 100%;
  height: 10px;
  background: #F4DA4F;
  position: absolute;
  bottom: 0;
  left: 0;
}

.thought_about_subtxt_line span{
  position: relative;
  z-index: 3;
}

.thought_about_txt{
  line-height: 2.4;
}

.thought_about_bg_wh_wrapper{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.thought_about_bg_wh_wrapper img{
  width: 100%;
}

.thought_about_bg_happy_wrapper{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.thought_about_bg_happy_wrapper img{
  width: 100%;
}

.thought_about_clovers_wrapper{
  position: absolute;
  top: 0;
  right: 10%;
  z-index: 3;
  width: 23%;
}

.thought_about_clovers_wrapper img{
  width: 100%;
}

.thought_about_more_link{
  position: relative;
  z-index: 3;
}


.thought_property_section{
  padding: 60px 0;
}

.thought_property_midashi_wrapper{
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.thought_property_midashi_img_wrapper{
  width: 25%;
}

.thought_property_midashi_img{
  width: 100%;
}

.thought_property_midashi_img img{
  width: 100%;
}

.thought_property_midashi_clover{
  text-align: right;
  margin: -50px 10% 0 0;
}

.thought_property_midashi_right_wrapper{
  width: 70%;
  margin-left: 5%;
}

.thought_property_midashi{
  margin: 0;
  font-size: 40px;
  font-family: "yug_b";
}

.thought_property_midashi_txt{
  font-family: "yug_b";
  line-height: 1.8;
  margin-top: 10px;
}

.thought_property_item_wrapper{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.thought_property_item{
  width: 47%;
  margin-right: 6%;
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}

.thought_property_item::before{
  content: "";
  width: 30px;
  height: 85px;
  background: #F3D13F;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%) rotate(30deg);
  z-index: 1;
}

.thought_property_item:nth-child(2):before,
.thought_property_item:nth-child(3):before{
  transform: translate(-50%) rotate(-30deg);
}

.thought_property_item:nth-child(2),
.thought_property_item:nth-child(4){
  margin-right: 0;
}

.thought_property_item:nth-child(3),
.thought_property_item:nth-child(4){
  margin-bottom: 0;
}

.thought_property_item_img_wrapper{
  width: 100%;
  position: relative;
}

.thought_property_item_img_wrapper img{
  width: 100%;
}

.thought_property_item_img_txt{
  margin: 0;
  position: absolute;
  bottom: -15%;
  right: 0;
  /* background: #7CBE47; */
  color: #fff;
  font-family: "yug_b";
  width: 25%;
  border-radius: 50%;
}

.thought_property_item_img_txt::before{
  content: "";
  display: block;
  padding-top: calc(100%);
}

.thought_property_item_img_txt span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  text-align: center;
  font-size: 15px;
}

.thought_property_item_txt_wrapper{
  font-family: "yug_b";
  line-height: 2;
  width: 70%;
}

.thought_property_item_price{
  font-size: 30px;
}

.thought_property_item_txt_nearby{
  margin: 10px 0;
  line-height: 1.5;
}

.thought_property_bg_wrapper{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.thought_property_bg_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thought_property_more_link{
  position: relative;
  z-index: 2;
}

.thought_property_section{
  position: relative;
  background: #FAFAF0;
}

.thought_sales_section{
  padding: 60px 0;
  background: #D7ECC7;
  position: relative;
  z-index: 1;
}

.thought_sales_midashi{
  margin: 0;
  font-size: 32px;
  font-family: "yug_b";
  position: relative;
  z-index: 1;
}

.thought_sales_midashi_txt{
  margin-top: 10px;
  font-family: "yug_b";
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.thought_sales_midashi_img_wrapper{
  position: absolute;
  top: 0;
  left: 10%;
  width: 40%;
}

.thought_sales_midashi_img_wrapper img{
  width: 100%;
}

.thought_sales_item{
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.thought_sales_item_left_midashi_wrapper{
  display: flex;
  align-items: center;
}

.thought_sales_item_left_wrapper{
  padding: 0 10px 0 40px;
  box-sizing: border-box;
  width: 50%;
}

.thought_sales_item_left_midashi{
  margin: 0 5% 0 3%;
  font-size: 40px;
  font-family: "yug_b";
}

.thought_sales_item_left_midashi_img_wrapper{
  width: 20%;
}

.thought_sales_item_left_midashi_img_wrapper img{
  width: 100%;
}

.thought_sales_item_left_midashi_link_wrapper a{
  text-decoration: none;
  color: #000;
  font-family: "yug_b";
  position: relative;
}

.thought_sales_item_left_midashi_link_wrapper a:before,
.thought_sales_item_left_midashi_link_wrapper a::after{
  content: "";
  width: 10px;
  height: 3px;
  background: #7CBE47;
  position: absolute;
  right: -20px;
}

.thought_sales_item_left_midashi_link_wrapper a:before{
  transform: translateY(-50%) rotate(30deg);
  top: 42%;
}

.thought_sales_item_left_midashi_link_wrapper a::after{
  transform: translateY(50%) rotate(-30deg);
  bottom: 42%;
}

.thought_sales_item_left_txt{
  font-size: 18px;
  font-family: "yug_b";
  line-height: 1.8;
  margin-top: 20px;
}

.thought_sales_item_right_wrapper{
  width: 50%;
  position: relative;
}

.thought_sales_item_right_wrapper::before{
  content: "";
  display: block;
  padding-top: calc(270/500*100%);
}

.thought_sales_item_right_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 20px 20px 0;
}

.thought_works_midashi{
  margin: 0;
  font-size: 32px;
  font-family: "yug_b";
  position: relative;
  z-index: 3;
}

.thought_works_midashi_txt{
  margin-top: 10px;
  position: relative;
  z-index: 3;
  font-family: "yug_b";
}

.thought_works_section{
  padding: 60px 0 250px;
  position: relative;
  background: #D7ECC7;
  overflow: hidden;
}

.thought_works_midashi_bg_wrapper{
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 2;
  width: 40%;
}

.thought_works_midashi_bg_wrapper img{
  width: 100%;
}

.thought_works_item{
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  display: flex;
  align-items: center;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.thought_works_item_left_wrapper{
  width: 50%;
  position: relative;
}

.thought_works_item_left_wrapper::before{
  content: "";
  display: block;
  padding-top: calc(270/500*100%);
}

.thought_works_item_left_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;

}

.thought_works_item_right_wrapper{
  padding: 0 10px 0 40px;
  box-sizing: border-box;
  width: 50%;
}

.thought_works_item_right_midashi_wrapper{
  display: flex;
  align-items: center;
}

.thought_works_item_midashi{
  margin: 0;
}

.thought_works_item_right_midashi_img_wrapper{
  width: 20%;
}

.thought_works_item_right_midashi_img_wrapper img{
  width: 100%;
}

.thought_works_item_midashi{
  margin: 0 5% 0 3%;
  font-size: 40px;
  font-family: "yug_b";
}

.thought_works_item_midashi_more_link_wrapper a{
  text-decoration: none;
  color: #000;
  font-family: "yug_b";
  position: relative;
}

.thought_works_item_midashi_more_link_wrapper a::before,
.thought_works_item_midashi_more_link_wrapper a::after{
  content: "";
  width: 10px;
  height: 3px;
  background: #7CBE47;
  position: absolute;
  right: -20px;
}

.thought_works_item_midashi_more_link_wrapper a::before{
  transform: translateY(-50%) rotate(30deg);
  top: 42%;
}

.thought_works_item_midashi_more_link_wrapper a::after{
  transform: translateY(50%) rotate(-30deg);
  bottom: 42%;
}

.thought_works_item_right_txt{
  font-size: 18px;
  font-family: "yug_b";
  line-height: 1.8;
}

.thought_works_bg_wrapper{
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 170%;
}

.thought_works_bg_wrapper img{
  width: 100%;
}


.thought_recruit_section{
  padding: 60px 0;
}

.thought_recruit_midashi_wrapper{
  display: flex;
  align-items: flex-start;
}

.thought_recruit_midashi_img_wrapper{
  width: 25%;
}

.thought_recruit_midashi_img{
  width: 100%;
} 

.thought_recruit_midashi_img img{
  width: 100%;
}

.thought_recruit_midashi_clover{
  text-align: right;
  margin: -50px 10% 0 0;
}

.thought_recruit_midashi_txt_wrapper{
  width: 70%;
  margin-left: 5%;
}

.thought_recruit_midashi{
  margin: 0;
  font-size: 40px;
  font-family: "yug_b";
}

.thought_recruit_midashi_txt{
  font-family: "yug_b";
  line-height: 1.8;
  margin-top: 10px;
}

.thought_recruit_item_wrapper{
  margin-top: 30px;
  padding: 55px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.thought_recruit_item{
  display: flex;
  align-items: stretch;
  margin-bottom: 5px;
}

.thought_recruit_item_label{
  margin: 0 2.5% 0 0;
  font-size: 24px;
  font-family: "yug_b";
  background: #EDEDED;
  width: 36%;
  text-align: center;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thought_recruit_item_val{
  width: 61.5%;
  display: flex;
  align-items: center;
  font-family: "yug_b";
  font-size: 24px;
  padding: 20px 0;
  line-height: 2;
}


@media(max-width: 670px){

  .thought_keyvisual_section{
    position: relative;
  }


  .thought_keyvisual_img_wrapper{
    height: 90vh;
  }

  .thought_keyvisual_decoration_wrapper{
    height: 93%;
  } 

  .thought_keyvisual_modal{
    width: 59%;
  }

  .thought_keyvisual_txt{
    font-size: 24px;
  }

  .thought_keyvisual_inner::before{
    height: 120px;
    bottom: -210px;
  }

  .thought_keyvisual_inner::after{
    bottom: -155px;
  }

  .thought_about_midashi_txt{
    font-size: 24px;
  }

  .thought_about_midashi_img_wrapper{
    width: 60%;
  }

  .thought_about_midashi_wrapper{
    display: block;
    z-index: 4;
  }

  .thought_about_midashi_txt{
    width: 55%;
    margin: -35px 0 0 auto;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
  }

  .thought_about_clovers_wrapper{
    width: 40%;
    right: -5%;
  }

  .thought_about_txt_wrapper{
    width: 100%;
  }

  .thought_about_subtxt{
    margin-bottom: 15px;
  }

  .thought_about_section{
    padding: 40px 0 200px;
    overflow: hidden;
  }

  .thought_about_bg_happy_wrapper{
    width: 420%;
    left: -16%;
    bottom: 30px;
    transform: translateX(-50%);
  }

  .thought_property_midashi_img_wrapper{
    width: 40%;
  }

  .thought_property_midashi_clover{
    margin: -25px 8% 0 auto;
    width: 30%;
  }

  .thought_property_midashi_clover img{
    width: 100%;
  }

  .thought_property_midashi{
    font-size: 24px;
  }

  .thought_property_midashi_wrapper{
    display: block;
  }

  .thought_property_midashi{
    margin-left: 42%;
    margin-top: -18%;
  }

  .thought_property_midashi_right_wrapper{
    width: 100%;
    margin-left: 0;
  }

  .thought_property_midashi_txt{
    margin-top: 10%;
  }

  .thought_property_section{
    padding: 40px 0;
  }

  .thought_property_item_wrapper{
    display: block;
    margin-top: 70px;
  }

  .thought_property_item{
    width: 100%;
    padding: 20px 15px 15px;
  }

  .thought_property_item::before{
    width: 22px;
    height: 70px;
  }

  .thought_property_item_price{
    font-size: 22px;
  }

  .thought_property_item_txt_wrapper{
    margin-top: 10px;
  }

  .thought_property_item:nth-last-child(2){
    margin-bottom: 50px;
  }

  .thought_sales_section{
    padding: 50px 0;
  }

  .thought_sales_midashi{
    font-size: 24px;
    text-align: center;
  }

  .thought_sales_midashi_img_wrapper{
    left: 0;
    width: 100%;
  }

  .thought_sales_item{
    display: block;
    border-radius: 15px;
    width: 95%;
    margin: 30px auto 0;
  }

  .thought_sales_item_left_wrapper{
    width: 100%;
    padding: 30px;
  }

  .thought_sales_item_left_midashi_img_wrapper{
    width: 15%;
  }

  .thought_sales_item_left_midashi{
    font-size: 30px;
    margin: 0 0 0 3%;
  }

  .thought_sales_item_left_midashi_link_wrapper{
    margin: 0 15px 0 auto;
  }

  .thought_sales_item_left_midashi_link_wrapper a{
    font-size: 18px;
  }

  .thought_sales_item_left_midashi_link_wrapper a:before,
  .thought_sales_item_left_midashi_link_wrapper a::after{
    height: 2px;
    right: -15px;
  }

  .thought_sales_item_left_midashi_link_wrapper a:before{
    top: 41%;
  }

  .thought_sales_item_left_midashi_link_wrapper a::after{
    bottom: 41%;
  }

  .thought_sales_item_left_txt{
    font-size: 13px;
  }

  .thought_sales_item_right_wrapper{
    width: 100%;
  }

  .thought_sales_item_right_wrapper img{
    border-radius: 0 0 15px 15px;
  }

  .thought_works_midashi{
    font-size: 24px;
    text-align: center;
  }

  .thought_works_midashi_bg_wrapper{
    width: 85%;
    left: 0;
  }

  .thought_works_item{
    width: 95%;
    margin: 30px auto 0;
    flex-direction: column-reverse;
  }

  .thought_works_item_left_wrapper{
    width: 100%;
  }

  .thought_works_item_right_wrapper{
    width: 100%;
    padding: 30px;
  }

  .thought_works_item_right_midashi_img_wrapper{
    width: 15%;
  }

  .thought_works_item_midashi{
    margin: 0 0% 0 3%;
    font-size: 30px;
  }

  .thought_works_item_midashi_more_link_wrapper{
    margin: 10px 0 0;
    width: 100%;
  }

  .thought_works_item_midashi_more_link_wrapper a{
    font-size: 18px;
  }

  .thought_works_item_midashi_more_link_wrapper a:before,
  .thought_works_item_midashi_more_link_wrapper a::after{
    right: -15px;
  }

  .thought_works_item_midashi_more_link_wrapper a:before{
    top: 41%;
  }

  .thought_works_item_midashi_more_link_wrapper a::after{
    bottom: 41%;
  }

  .thought_works_item_right_txt{
    margin-top: 5%;
    font-size: 13px;
  }

  .thought_works_section{
    padding: 50px 0 165px;
  }

  .thought_recruit_midashi_wrapper{
    display: block;
  }

  .thought_recruit_midashi_img_wrapper{
    width: 40%;
  }

  .thought_recruit_midashi_clover{
    margin: -25px 8% 0 auto;
    width: 30%;
  }

  .thought_recruit_midashi_clover img{
    width: 100%;
  }

  .thought_recruit_midashi_txt_wrapper{
    width: 100%;
    margin-left: 0;
  }

  .thought_recruit_midashi{
    margin-left: 42%;
    margin-top: -18%;
    font-size: 24px;
  }

  .thought_recruit_midashi_txt{
    margin-top: 10%;
  }

  .thought_recruit_item_wrapper{
    padding-top: 30px;
  }

  .thought_recruit_item_label{
    font-size: 16px;
    padding: 10px 0;
    width: 30%;
    margin-right: 2%;
  }

  .thought_recruit_item_val{
    font-size: 16px;
    padding: 10px 0;
    width: 68%;
  }

  .thought_about_bg_wh_wrapper{
    transform: rotate(8deg);
    top: 44px;
  }

  .thought_works_item_right_midashi_wrapper{
    flex-wrap: wrap;
  }

  .thought_about_subtxt_line{
    font-size: 18px;
  }

  .thought_about_subtxt_line{
    display: inline-block;
  }

  .thought_works_item_left_wrapper img{
    border-radius: 0 0 15px 15px;
  }

  .thought_works_bg_wrapper{
    width: 400%;
  }

  .thought_property_item_txt_nearby{
    margin: 5px 0;
  }

  .thought_property_item_img_txt span{
    font-size: 13px;
  }

}