@charset "UTF-8";

/*==========================================*/
/* common */
/*==========================================*/
.lineup_section{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.lineup_ja-en_title{
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.lineup_ja-en_title .en{
  position: absolute;
  z-index: -1;
  inset: -25px 0 0 0;
  width: 80%;
  margin: 0 auto;
}
.lineup_ja-en_title .ja{
  font-weight: bold;
  font-size: 6vw;
}
/*==========================================*/
/* sv */
/*==========================================*/
.reform-sv {
  margin-top: 27vw;
  position: relative;
  z-index: 1;
}
.reform-sv .page-ttl {
  inset: 0 0 auto;
  font-size: 6.1333333333vw;
  font-weight: bold;
  margin-bottom: 20px;
}
.reform-sv .page-ttl span {
  border-bottom: 1px solid;
}

/*==========================================*/
/* intro */
/*==========================================*/
.section_intro {
  display: flex;
  justify-content: space-between;
  background: var(--accent-color, #f9f4ef);
  align-items: center;
  overflow: visible; /* 追加：画像がはみ出せるように */
  gap: 0 50px;
  flex-wrap: wrap;
}
.intro_text {
  width: 100%;
  margin: 0 auto;
  padding: 30px 8%;
}
.intro_title{
  font-size: 6vw;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: solid 1px #aaa7a6;
  display: inline;
}
.intro_description{
  text-align: start;
  font-size: 3.45vw;
  margin-top: 25px;
}
.intro-image{
  display: flex;
  align-items: flex-end;
  overflow: visible; /* 追加：画像がはみ出せるように */
}
.intro-image img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
}
/*==========================================*/
/* problem */
/*==========================================*/
.problem_section{
  /* width: 1500px;
  margin: 0 auto; */
}
.problem_title{
  padding-top: 50px;
}
.problem_list_contents{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
  padding: 0 8%;
}
.problem_list ul{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.problem_list li{
  position: relative;
  text-align: start;
  padding-left: 50px;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 4vw;
  border-bottom: solid 1px;
}
.problem_list li::before{
  content: url(/img/reform/problem_icon_img.png);
  left: 0;
  position: absolute;
  top: 30%;
}
.problem_list li span{
  position: relative;
}
.problem_list li span::before{
  content: "";
  position: absolute;
  width: 100%;
  background: #fffbae;
  height: 13px;
  bottom: 0;
  z-index: -1;
}

/*==========================================*/
/* concept */
/*==========================================*/
.concept_section{
  background: var(--accent-color, #f9f4ef);
  padding: 50px 0;
}
.concept_contents{
  width: 100%;
  margin: 0 auto;
  padding: 30px 8%;
  background: #fff;
  font-weight: bold;
}
.concept_title{
  font-size: 5vw;
  position: relative;
}
.concept_title::after{
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 235px;
  height: 4px;
  background: #fffbae;
}
.concept_contents_inner{
  display: flex;
  justify-content: center;
  gap: 10px 0;
  margin-top: 40px;
  flex-wrap: wrap;
}
.concept_text{
  text-align: start;
  font-size: 3.45vw;
  line-height: 2;
}

/*==========================================*/
/* reform */
/*==========================================*/
.reform_title{
  padding-top: 30px;
}
.reform_title_description{
  margin: 0 auto;
  text-align: start;
  font-size: 3.45vw;
  letter-spacing: -0.06rem;
  padding: 30px 8%;
  font-weight: bold;
  line-height: 2;
}
.point_list_contents{
  margin-top: 0;
  margin-bottom: 100px;
}
.point_list{
  width: 100%;
  margin: 0 auto;
}
.point_list_item{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* .point_list_item:nth-child(even){
  flex-flow: row-reverse;
} */
.point_list_description{
  width: 95%;
  text-align: start;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  margin-left: 10px;
}
.point_list_item .point_list_img{
  margin-top: 10px;
}
/* .point_list_item:nth-child(even) .point_list_description{
  padding-left: 20px;
} */
.point_list_description::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background: #281e10;
}
/* .point_list_item:nth-child(even) .point_list_description::before{
  left: -30px;
} */
.point_list_description h4{
  font-size: 4.5vw;
  margin-bottom: 20px;
}
.point_list_description h4 span{
  display: block;
  font-size: 9vw;
  font-weight: bold;
  margin-bottom: 0;
}
.point_list_description p{
  font-size: 3.45vw;
  line-height: 2;
}
.case_description_contents{
  width: 100%;
  margin: 0 auto;
  padding: 30px 30px 0;
}
.case_description_contents h4{
  text-align: start;
  font-size: 4.5vw;
  font-weight: bold;
  position: relative;
}
/* .case_description_contents h4::after{
  content: "";
  position: absolute;
  bottom: 15px;
  left: 220px;
  width: 100px;
  height: 2px;
  background: #3e3425;
} */
.case_description_contents_txt{
  display: flex;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
}
.case_description_contents_txt h5{
  background: #e1d8cc;
  padding: 10px 20px;
  font-size: 3.8vw;
  font-weight: bold;
}
.case_description_contents_txt p{
  text-align: start;
  font-weight: bold;
  font-size: 3.45vw;
  margin-top: 20px;
}
.before_after_contents{
  margin-top: 0px;
}
.before_after_list{
  width: 100%;
  margin: 30px auto 0;
  padding: 0 8%;
}
.before_after_list h4{
  text-align: start;
  position: relative;
  padding-left: 20px;
  font-size: 5vw;
  font-weight: bold;
}
.before_after_list h4::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #3e3425;
}
.before_after_list ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.before_after_list_before{
  position: relative;
}
.before_after_list_before::before{
  content: "BEFORE";
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #9c968f;
  z-index: -1;
}
.before_after_list_after{
  position: relative;
}
.before_after_list_after::before{
  content: "AFTER";
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #9c968f;
  z-index: -1;
}
.before_after_list_arrow{
  font-size: 40px;
  font-weight: bold;
  pointer-events: none;
  line-height: 20px;
  padding: 5px;
}

/*==========================================*/
/* renovation */
/*==========================================*/
.renovation_title{
  padding-top: 50px;
}
.renovation_title_description{
  width: 100%;
  margin: 0 auto;
  text-align: start;
  font-size: 3.45vw;
  letter-spacing: -0.06rem;
  padding: 30px 8%;
  font-weight: bold;
  line-height: 2;
}
.renovation_point_list_item{
  width: 100%;
  margin: 140px auto 0;
  background: #F7F3ED;
  padding: 60px 8% 25px;
  position: relative;
}
.renovation_point_list_item::before{
  top: -100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  zoom: 0.6;
}
.renovation_point_list_item:nth-child(1)::before{
  content: url(/img/reform/renovation_point_list_description_list_number_01.png);
}
.renovation_point_list_item:nth-child(2)::before{
  content: url(/img/reform/renovation_point_list_description_list_number_02.png);
}
.renovation_point_list_item:nth-child(3)::before{
  content: url(/img/reform/renovation_point_list_description_list_number_03.png);
}
.renovation_point_list_item:nth-child(4)::before{
  content: url(/img/reform/renovation_point_list_description_list_number_04.png);
}
.renovation_point_list_item:nth-child(5)::before{
  content: url(/img/reform/renovation_point_list_description_list_number_05.png);
}
.renovation_point_list_item::after{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  font-size: 5vw;
  font-weight: bold;
  background: #fffbae;
  padding: 5px 10px;
}
.renovation_point_list_item:nth-child(1):after{
  content: "築年数が10年〜20年を超えた時";
}
.renovation_point_list_item:nth-child(2)::after{
  content: "ライフスタイルが変わる時";
}
.renovation_point_list_item:nth-child(3)::after{
  content: "設備の老朽化を感じた時";
}
.renovation_point_list_item:nth-child(4)::after{
  content: "資産価値を維持・向上させたい時";
}
.renovation_point_list_item:nth-child(5)::after{
  content: "中古物件を購入した時";
}
.renovation_point_list_description{
  display: flex;
  justify-content: start;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 20px 5%;
}
.renovation_point_list_description_img{
  width: 47.5%;
}
.renovation_point_list_description_list{
  text-align: start;
  margin: 0 auto;
}
.renovation_point_list_description_list p{
  font-size: 5vw;
  font-weight: bold;
  position: relative;
}
.renovation_point_list_description_list p::after{
  content: url(/img/reform/renovation_point_list_description_list_item.png);
  left: -10px;
  top: 30px;
  position: absolute;
}
.renovation_point_list_description_list ul{
  margin-top: 20px;
}
.renovation_point_list_description_list ul li{
  font-size: 4vw;
  line-height: 2;
  font-weight: bold;
}
.renovation_point_list_description_txt p{
  text-align: start;
  background: #fff;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 3.45vw;
}

/*==========================================*/
/* quake-resistance */
/*==========================================*/
.quake-resistance_title{
  padding-top: 50px;
}
.quake-resistance_title_description{
  width: 100%;
  margin: 0 auto;
  text-align: start;
  font-size: 3.45vw;
  letter-spacing: -0.06rem;
  padding: 30px 8%;
  font-weight: bold;
  line-height: 2;
}
.quake-resistance_contents{
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: #F7F3ED;
}
.quake-resistance_point_contents{
  display: flex;
  justify-content: flex-start;
  flex-flow: column-reverse;
}
.quake-resistance_point_contents p img{
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.quake-resistance_point_list{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 8%;
}
.quake-resistance_point_list li{
  text-align: start;
  width: 100%;
  padding: 20px;
  background: #fff;
}
.quake-resistance_point_list li h4{
  font-size: 4vw;
  font-weight: bold ;
  margin-left: 15px;
}
.quake-resistance_point_list li p{
  font-size: 3.45vw;
  margin-top: 10px;
  line-height: 1.5;
}
.quake-resistance_point_list li p span{
  font-weight: bold;
}
.quake-resistance_point_item_list{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.quake-resistance_point_item_list img{
  width: 20%;
}
/*==========================================*/
/* flow */
/*==========================================*/
.flow_title{
  font-size: 6.5vw;
  font-weight: bold;
}
.flow_timeline_contents{
  margin: 0 auto;
  background: #F7F3ED;
  width: 100%;
  padding: 30px 0;
  margin-top: 30px;
}
.flow_timeline{
}
.flow_step {
  position: relative;
}
.flow_step h4{
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 2.5;
  border-bottom: solid 1px;
  letter-spacing: -0.01rem;
}
.flow_step p{
  font-size: 3.45vw;
  margin-top: 10px;
  padding-bottom: 30px;
}
.flow_circle {
  position: absolute;
  left: 10px;
  top: 0;
  background-color: #3a2b20;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 3vw;
  padding: 10px;
  width: 10vw;
  height: 10vw;
  white-space: nowrap;
}
.flow_content{
  text-align: start;
  border-left: 3px solid #444;
  padding-left: 35px;
  margin-left: 6.5vw;
  margin-right: 10px;
}
.flow_step:last-child .flow_content{
  border-left: none;
}
.flow_more_btn{
  margin-top: 100px;
}
.flow_more_btn a{
  border: solid 1px;
  padding: 20px 70px;
  font-weight: bold;
  position: relative;
}
.flow_more_btn a::after{
  content: "⇀";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
}