.contents_tit01 .tit span.num {
  font-size: 150%;
  padding: 0 0.1em;
  color: #EB6261;
}
.rcv_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 60px;
  margin: auto;
  text-align: center;
  font-size: 162.5%;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3";
  font-weight: 600;
  letter-spacing: .05em;
  position: relative;
}

.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 3s, transform 1s;
}.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

.mainvisual{
  text-align: center;
  position: relative;
}
.mainvisual .visual{
  padding: 85px 0 0;
}
.mainvisual .bk{
  margin: auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 0;
}
.mainvisual .rcv_btn{
  margin-top: 50px;
  z-index: 1;
}
section{
  margin-right: auto;
  margin-left: auto;
}

section .intro .visual + .txt_wrap{
  margin-right: 0;
  margin-left: 30px;
}
section .intro .visual{
  width: 625px;
  line-height: 0;
  position: relative;
}
.estate{
  width: 100%;
  margin-top: 150px;
}
.estate .intro .tit{
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: .02em;
}
.estate .txt_wrap{
  background-image: url(../../image/lp/bukken/estate_txt_bk.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 240px auto;
}
.estate .intro .visual::after{
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../image/lp/bukken/estate_visual_txt.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
section.about{
  width: 100%;
  margin-top: 150px;
}
section.about .intro .visual{
  padding: 55px 0;
  text-align: center;
  background-color: #F2F2F0;
}
section.about .intro .visual img {
  max-width: 450px;
}
section.about .intro .tit{
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: .02em;
}
section.about .intro p + p{
  margin-top: 1em;
}
.renov{
  width: 100%;
  margin-top: 150px;
}
.renov .visual{
  line-height: 0;
}
.renov .intro .tit{
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: .02em;
}
.renov .intro .visual .wrap{
  background-color: #efefef;
  padding: 10px 20px;
}
.renov .intro .visual .caption{
  margin-top: 10px;
  font-size: 12px;
}
.renov .intro  .txt_wrap{
  background-image: url(../../image/lp/bukken/renov_txt_bk.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 172px auto;
}
.case_wrap{
  display: block;
}
.case_wrap .sec_tit{
  margin: 80px auto;
  text-align: center;
  font-size: 24px;
}
.case_wrap .case_list li + li{
  margin-top: 100px;
}
.case_wrap .case_list .case_tit_wrap{
  margin-bottom: 20px;
  padding-left: 77.5px;
  position: relative;
}
.case_wrap .case_list .case_tit_wrap::after {
  content: "";
  display: block;
  width: 45px;
  height: 9.5px;
  background: #C7B692;
  position: absolute;
  left: 12.5px;
  border-radius: 50px;
  top: 0.8em;
}
.case_wrap .case_list .case_tit_wrap .tit{
  font-size: 22px;
}

.case_wrap .about{
  width: 360px;
  margin-right: 55px;
}
.case_wrap .about .visual{
  position: relative;
}

.case_wrap .comment{
  padding: 20px 30px;
  margin-top: 20px;
  background-color: #f8f8f7;
  border-left: 3px solid #c1b592;
  position: relative;
}
.case_wrap .comment::before{
  content: "";
  width: 130px;
  height: 130px;
  background-image: url(../../image/lp/bukken/case_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -110px;
}
.case_wrap .comment .visual{
  float: right;
  padding-left: 1em;
}
.clearfix::after{
  content: "";
  clear: both;
  display: block;
}
.case_wrap .comment_tit{
  font-size: 20px;
  margin-bottom: 10px;
}
.case_wrap .comment .txt_wrap p{
  text-align: justify;
  text-align-last: left;
}
/* .page_foot_txt{
  margin-top: 190px;
} */
footer{
  margin-top: 150px;
}
.cv_caution{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cv_wrap .cv_caution{
  margin-top: 10px;
}
.cv_txt .cv_caution{
  max-width: 680px;
  margin-bottom: 20px;
}
@media screen and (min-width:751px) {
  main {
    padding-top: 87px;
  }
  .intro{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  .mainvisual{
    padding: 20px 0 40px;
    background-color: #f9f9f9;
  }
  .site_header .contacts a{
    width: 250px;
    padding-top: 11px;
    min-height: 35px;
  }
  .site_header .contacts a.tel img{
    width: 180px;
  }
  .site_header nav{
    margin-top: 32px;
  }
  section .cv_wrap{
    background-color: #f0f0f2;
    padding: 5px 0 30px;
    margin-top: 35px;
  }
  section .cv_wrap .cv_txt{
    display: block;
    width: 732px;
    margin-left: auto;
    margin-right: auto;
  }
  .mainvisual .bk{
    min-width: 1494px;
    top: 50%; /* トップを基準に中央配置 */
    left: 50%; /* 左を基準に中央配置 */
    transform: translate(-50%, -50%);
  }
  section .intro .txt_wrap{
    flex:1;
  }
  section .intro .txt_wrap{
    margin-right: 30px;
  }
  .case_wrap{
    margin-top: 150px;
  }
  .case_wrap li > *:not(.cv_wrap){
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
  .case_wrap .about .visual::after{
    content: "";
    width: 25px;
    height: 50px;
    background-image: url(https://tokyo.365renovation.com/wp/wp-content/themes/365tokyo2022/image/about/about_slide_next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .case_wrap .about p{
    margin-top: 10px;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
  .case_wrap .after{
    width: 725px;
  }
  .case_wrap .comment .visual{
    padding-left: 3em;
  }
  /* .page_foot_txt p {
    margin-top: 20px;
    font-size: 112.5%;
  }
  .page_foot_txt a {
    display: block;
    margin-top: 25px;
    font-size: 87.5%;
  } */
  #form{
    margin-top: 150px;
  }
  #form .cv_txt{
    display: block;
    width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:751px) {
  .contents_tit01.min .tit{
    line-height: 1.3;
  }
  .rcv_btn{
    width: 92vw;
    height: 10vw;
    font-size: 4.2vw;
  }
  .mainvisual {
    height: 161vw;
  }
  .mainvisual .visual{
    width: 60vw;
    padding: 50vw 0 0;
  }
  .mainvisual .bk{
    top: 5vw;
  }
  .mainvisual .rcv_btn{
    margin-top: 1.66vw;
  }
  section .intro .txt_wrap{
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
    
    order: 2;
  }
  section .intro .visual + .txt_wrap{
    margin-right: auto;
    margin-left: auto;
  }
  section .intro .visual{
    width: 100%;
    order:1;
  }
  section .cv_wrap{
    background: #f0f0f2;
    padding: 2.66vw 0;
  }
  section .cv_wrap .cv_txt{
    display: block;
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -2vw;
    position: relative;
    z-index: 1111;
    pointer-events: none;
  }
  .estate{
    margin-top: 20vw;
  }
  .estate .intro .tit{
    margin-bottom: 3.66vw;
    font-size: 4.2vw;
  }
  section.estate .txt_wrap{
    width: 92vw;
    padding: 0 4vw 11.33vw;
    background-size: 32vw auto;
  }
  section.about{
    margin-top: 20vw;
  }
  section.about .intro .visual + .txt_wrap{
    margin-left: auto;
    margin-right: auto;
  }
  section.about .intro .visual{
    width: 100%;
    padding: 8.66vw 6.66vw;
  }
  section.about .intro .visual img {
    max-width: unset;
    width: 100%;
  }
  section.about .intro .tit{
    margin-bottom: 3.66vw;
    font-size: 4.2vw;
  }
  section.about .cv_wrap{
    margin-top: 5.33vw;
  }
  .renov{
    margin-top: 20vw;
  }
  .renov .intro .tit{
    margin-bottom: 3.66vw;
    font-size: 4.2vw;
  }
  .renov .intro .visual .wrap{
    background-color: #efefef;
    padding: 10px 20px;
  }
  .renov .intro .visual .caption{
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.66vw;
    font-size: 2.66vw;
  }
  .renov .intro  .txt_wrap{
    padding-bottom: 15vw;
    background-size: 32vw;
  }
   .case_wrap{
    margin-top: 20vw;
  }
   .case_wrap .sec_tit{
    margin: 10.66vw auto;
    font-size: 5.33vw;
  }
   .case_wrap .case_list li + li{
    margin-top: 13.33vw;
  }
   .case_wrap .case_list .case_tit_wrap{
    width: 84vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4vw;
    padding-left: 8vw;
    position: relative;
  }
   .case_wrap .case_list .case_tit_wrap::after {
    width: 6vw;
    height: 1.5vw;
    left: 0;
    top: 0.8em;
  }
   .case_wrap .case_list .case_tit_wrap .tit{
    font-size: 4.2vw;
  }
   .case_wrap .about{
    display: flex;
    flex-wrap: wrap;
    width: 84vw;
    margin-top: 4vw;
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
   .case_wrap .about .visual{
    order: 2;
    width: 40vw;
  }

   .case_wrap .about p{
    order: 1;
    flex: 1;
    margin-right: 4vw;
  }
   .case_wrap .after{
    order: 1;
    width: 100%;
  }
   .case_wrap .comment{
    width: 84vw;
    padding: 4vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vw;
  }
  .case_wrap .comment::before{
    content:"";
    width: 18.5vw;
    height: 19.3vw;
    top: -16.6vw;
  }
  .case_wrap .comment_tit{
    font-size: 3.8vw;
    margin-bottom: 2.66vw;
  }
  .case_wrap .comment .visual{
    width: 44vw;
  }
  .case_wrap .cv_wrap{
    width: 100vw;
    padding: 2.66vw 4vw;
    margin-top: 5.33vw;
    margin-left: auto;
    margin-right: auto;
    background-color: #f0f0f2;
  }
  .case_wrap .cv_wrap .cv_txt{
    width: 100%;
  }
  .case_wrap .cv_wrap .rcv_btn{
    width: 100%;
  }
  #form{
    margin-top: 20vw;
  }
  /* .page_foot_txt{
    margin-top: 24vw;
  }
  .page_foot_txt p {
    margin-top: 3.33vw;
    font-size: 3.24vw;
  }
  .page_foot_txt a {
    display: block;
    margin-top: 4vw;
    font-size: 2.66vw;
  } */
  #form .cv_txt{
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  footer{
    margin-top: 20vw;
  }
  .cv_caution {
    padding: 1vw 4vw 0;
  }
}