@charset "UTF-8";
header{
  display: flex;
  justify-content: center;
  position: absolute;
}

header{
    display: block;
}
header .header_content {
  padding: 4.2vw 4%;
}
header .header_content h1 {
  max-width: 27vw;
  padding: 0;
}


  .kv {
    min-height: auto;
  }
  .kv .kv_content {
    min-height: 450px;
  }

/* 新キービジュアル */

    .kv_o {
      width: 100%;
      padding-top: 56px;
      background-image: url(../images/kv_o_bg_sp.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
    }
      .kv_o .kv_o_wrap {
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: 117vw;
        overflow: hidden;
      }
      .kv_o .kv_o_1,
      .kv_o .kv_o_2,
      .kv_o .kv_o_3,
      .kv_o .kv_o_4{
        font-weight: bold;
      }      
      .kv_o .kv_o02_pc {
        display: none;
      }
      .kv_o .kv_o02_sp {
        display: block;
        width: 65vw;
        height: auto;
        position: absolute;
        top: 63vw;
        left: 3vw;
        z-index: 3;
      }
      .kv_o .kv_o03 {
        display: block;
        width: 56vw;
        height: auto;
        position: absolute;
        bottom: -16vw;
        right: -30px;
      }
      .kv_o .kv_o_1 {
        display: block;
        font-size: 14vw;
        color: #f76201;
        padding: 2vw;
        background-color: #FFF;
        line-height: 1;
        position: absolute;
        top: 12.5vw;
        left: 2vw;
    }
    .kv_o .kv_o_2 {
      display: block;
      font-size: 12vw;
      color: #424453;
      line-height: 1;
      position: absolute;
      top: 33vw;
      left: 2vw;
  }
      .kv_o .kv_o_2 span{
        display: inline-block;
        font-size: 12vw;
        color: #424453;
        padding: 2vw;
        background-color: #FFF;
        line-height: 1;
        margin-bottom: 2.5vw;
    }
  .kv_o .kv_o_3 {
    display: block;
    font-size: 5.7vw;
    color: #424453;
    padding: 3vw;
    background-color: #FFF;
    line-height: 1.2;
    position: absolute;
    top: 53vw;
    left: 0;
    z-index: 10;
    line-height: 1.3;
}
    .kv_o .kv_o_3 span {
      color: #f76201;
      text-shadow: 2px 2px 0 #fff,
        -2px 2px 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff;
      background: linear-gradient(transparent 77%, #fff25a 77%);
    }




footer .footer_link{
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}

  footer .footer_link a{
    display: inline-block;
    text-decoration: underline;
    position: relative;
    padding-left: 1em;
  }

  footer .footer_link a::before{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
  }
.pages{
  padding: 0 1em;
  padding-top: 80px;
}

.pages *{
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
  .pages p{
    color: #222;
  }
  .pages_contents{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
  }
  .pages h2{
    display: block;
    padding: 0.5em 1em;
    font-size: 30px;
    letter-spacing: 0.14em;
    color: #349276;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5em;
  }


  


  
    .tbl01{
      width: 100%;
      border-top: 2px solid #349276;
      border-left: 2px solid #349276;
      border-right: 2px solid #349276;
    }
    .tbl01 th,
    .tbl01 td{
      border-collapse: collapse;
      padding: 1em;
      display: block;
      width: 100%;
      border: none;
      border-bottom: 2px solid #349276;
    }
    .tbl01 th{
      width: 30%;
      color: #349276;;
      background-color: #f2f7f5;
      text-align: center;
      font-size: 1.2em;
    }
    .tbl01 td{
      width: auto;
    }



  .privacy_contants h3{
    margin-top: 2em;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .privacy_contants h4{
    margin-top: 1em;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .privacy_contants hr{
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 2em 0;
  }

  .page_back{
    padding: 1em;
    margin-bottom: 2em;
    display: flex;
    justify-content: center;
  }
    .page_back a{
      padding: 1em 2em 1em 2.5em;
      display: block;
      background-color: #349276;;
      color: #FFF;
      border-radius: 5px;
      position: relative;
    }
      .page_back a::before{
        display: block;
        content: "";
        width: 6px;
        height: 6px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        left: 1.5em;
        top: 50%;
        margin-top: -2.5px;
      }


.ctaBtn{
  padding: 1em;
  background-color: #f66202;
  border-radius: 20px;
  box-shadow: 5px 5px 0 0 rgba(37,44,52, 1);
  display: flex!important;
  gap: 0 1em;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

  .ctaBtn span {
    padding: 0.2em 0.4em;
    background-color: #ffde5a;
    color: #f66202;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 5px;
    line-height: 1;
  }

  .ctaBtn b {
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.04em;
    position: relative;
    padding-right: 14%;
    transform: translateY(-3%);
}

  .ctaBtn b::after{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    position: absolute;
    top:50%;
    right:0;
    margin-top: -6px;
  }
  

  

  
    .satei .satei_btn{
      margin: 0;
      padding: 4.3vw 0 5.5vw;
    }
    .satei .satei_btn::before{
      background: none;
    }
    


.button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.button::after {
  animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 100%);
  content: '';
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
@keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}




/* 新cta ************************/
.satei .content {
  padding: 4vw 3%;
}
.satei .inner *{
  letter-spacing: 0;
}
.satei .inner {
  padding: 6vw 4% 5.33vw;
}
.satei h2 {
  font-size: 4.8vw;
}
.satei h2 span{
  font-size: 1.4em;
}
.satei .inner .read_txt {
  font-size: 3.5vw;
  position: relative;
  width: 100%;
  height: 12vw;
}
.satei .inner .read_txt::before {
  content: "";
  display: block;
  width: 1px;
  height: 11vw;
  border-left: 2px solid #ffde59;
  position: absolute;
  left: 1vw;
  transform: rotate(-20deg);
}
  .satei .inner .read_txt::after {
    content: "";
    display: block;
    width: 1px;
    height: 11vw;
    border-left: 2px solid #ffde59;
    position: absolute;
    right: 1vw;
    transform: rotate(20deg);
}
  .satei .inner .read_txt *{
    line-height: 1;
  }

.satei .inner .read_txt .saidai{
  font-size: 0.9em;
  background-color: #ffde59;
  color: #f76201;
  display: inline-block;
  padding: 0.2em;
}
.satei .inner .read_txt .orange{
  color: #f76201;
}
.satei .inner .read_txt b{
  font-size: 1.4em;
}

.satei .inner .read_txt .icon_amazon {
  display: block;
  width: 19vw;
  height: auto;
  position: absolute;
  top: 2vw;
  left: 6vw;
}
  
.read_txt1,
.read_txt2,
.read_txt3{
  position: absolute;
}
.read_txt1{
  top: 0;
  left: 37vw;
}
.read_txt2 {
  top: 4.5vw;
  left: 28vw;
}
.read_txt3 {
  top: 6vw;
  left: 33vw;
}
.yline {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
  text-shadow:
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    -2px -2px 0 #fff,
    2px -2px 0 #fff;
}
.satei_txt2{
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.satei_txt2 a {
  text-decoration: underline;
  font-size: 0.8em;
  margin-top: 25px;
}


/* モーダル ************************/
/* モーダルの背景（非表示時は hidden） */
.modal {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* モーダルの本体（中央配置） */
.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-content h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.modal-content p{
  text-align: left;
  line-height: 1.7;
  font-size: 0.8rem;
}

/* 閉じるボタン */
.close {
    color: #42947a;
    float: right;
    font-size: 34px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 11px;
}
.close:hover {
  color: black;
}


/* お悩みコンテンツ
***************************************/

.onayami_q{
  background-image: url(../images/onayami/onayami_bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
  .onayami_q_wrap{
    width: 100%;
    margin: 0 auto;
    padding: 9vw 3vw 44vw;
    position: relative;
  }
  .onayami_q_wrap h2 {
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
    color: #424453;
    display: block;
    background-image: url(../images/onayami/onayami_title_bg_sp.png);
    background-repeat: no-repeat;
    background-position: 2vw 12vw;
    background-size: 89vw;
    padding-bottom: 16vw;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff;
    letter-spacing: 0.7vw;
    margin-bottom: 3vw;
    line-height: 1.25;
}
      .onayami_q_wrap h2 span{
        font-size: 1em;
        color: #42947a;
        letter-spacing: 0.7vw;
      }
      .onayami_q_wrap ul {
        width: 100%;
        margin: 0 auto;
        padding: 4vw 12vw 6vw 2vw;
        background-color: #FFF;
    }
    .onayami_q_wrap ul li {
      font-size: 5vw;
      margin-bottom: 2vw;
      background-image: url(../images/onayami/onayami_icon1.png);
      background-position: 3vw 1vw;
      background-size: 6.1vw;
      background-repeat: no-repeat;
      padding-left: 12vw;
      line-height: 1.4;
      letter-spacing: 0.04em;
  }
      .onayami_q_wrap ul li::after {
        content: "";
        display: block;
        width: 100%;
        border-bottom: 0.5px solid #42947a;
        margin-top: 2vw;
      }
      .onayami_q_wrap ul li:last-child:after {
        content: "";
        display: none;
      }
  .onayami_q_wrap .images03{
    display: block;
    width: 71vw;
    height: auto;
    position: absolute;
    bottom: -7vw;
    right: -4vw;
  }


.onayami_a{
  background-image: url(../images/onayami/onayami_bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
  .onayami_a_wrap{
    width: 100%;
    margin: 0 auto;
    padding: 0 3vw 10vw;
    
  }
    .onayami_a_wrap h2{
      display: block;
      width: 100%;
      margin-bottom: 5vw;
    }
      .onayami_a_wrap h2 img{
        display: block;
        width: 100%;
        height: auto;
      }
      .onayami_a_wrap ul {
        background-color: #FFF;
        border: 1px solid #ff6133;
        padding: 7vw 8vw;
        border-radius: 5vw;
    }
  .onayami_a_wrap ul li {
    font-size: 5vw;
    margin-bottom: 0px;
    background-image: url(../images/onayami/onayami_icon2.png);
    background-position: left 1vw;
    background-size: 7vw;
    background-repeat: no-repeat;
    padding-left: 9vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: bold;
    margin-bottom: 3vw;
}

/* 家を貸す理由は人それぞれ・・・コンテンツ
***************************************/
.summary2{
  background-color: #f9f7f8;
}
  .summary2_content{
    width: 100%;
    padding: 7vw 3vw 15vw;
    margin: 0 auto;
    background-image: url("../images/ansin_bg_sp.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0%;
  }
  .summary2_content p{
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.06em;
    -webkit-text-stroke: 3px #FFFFFF;
    text-stroke: 3px #FFFFFF;
    paint-order: stroke;
  }

  .summary2_text1{
    font-size: 5.5vw;
    color: #252c34;
    margin-bottom: 4vw;
  }
  .summary2_text1_2{
    font-size: 5.5vw;
    color: #252c34;
    margin-bottom: 6vw;
  }

  .summary2_text2{
    font-size: 6.5vw;
    color: #f76201;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-bottom: 9vw;
  }

  .summary2_text3{
    margin-bottom: 8vw;
  }
    .summary2_text3 p{
      font-size: 7.5vw;
      color: #252c34;
      line-height: 1;
      display: inline;
    }
      .summary2_text3 span{
        line-height: 1.2;
        background:linear-gradient(transparent 0%, #ffde59 0%);
        display: inline-block;
        margin-bottom: 1.5vw;
      }

  .summary2_text4{
    font-size: 5.5vw;
    color: #252c34;
    line-height: 1.4;
    margin-bottom: 12vw;
  }
    .summary2_text4 span{
      display: none;
    }

  .summary2_img01{
    display: block;
    width: 82vw;
    height: auto;
    margin-bottom: 12vw;
  }

  .summary2_text5{
    font-size: 6.5vw;
    color: #f76201;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-bottom: 9vw;
  }
    .summary2_text5 b{
      position: relative;
      display: inline-block;
      font-weight: bold;
    }
      .summary2_text5 b::before{
        content: "";
        display: block;
        width: 0.8vw;
        height: 0.8vw;
        border-radius: 0.4vw;
        position: absolute;
        background-color: #42947a;
        left: 50%;
        margin-left: -0.4vw;
        top: 0.3vw;
      }

  .summary2_text6{
    margin-bottom: 6vw;
  }
    .summary2_text6 p{
      font-size: 7vw;
      color: #252c34;
      line-height: 1;
      display: inline;
    }
      .summary2_text6 span{
        line-height: 1.2;
        background:linear-gradient(transparent 0%, #ffde59 0%);
        display: inline-block;
        margin-bottom: 1vw;
      }

  .summary2_img02{
    display: block;
    width: 77vw;
    height: auto;
    margin-bottom: 6vw;
  }

  .summary2_text7{
    font-size: 5.5vw;
    color: #252c34;
  }
.income ul li h3::before {
    background: url(../images/rent.png) no-repeat center/contain;
    width: 11vw;
}
.income ul li h3 {
    padding-left: 13vw;
}