@charset "UTF-8";
header{
  display: flex;
  justify-content: center;
  position: absolute;
}
  .kv {
    min-height: auto;
  }
  .kv .kv_content {
    min-height: 550px;
  }
  @media screen and (max-width: 768px) {
    .kv .kv_content {
      min-height: 450px;
    }
  }

/* 新キービジュアル */
.kv_o {
  width: 100%;
  padding-top: 92px;
  background-image: url(../images/kv_o_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
  .kv_o .kv_o_wrap {
    width: 1160px;
    margin: 0 auto;
    position: relative;
    height: 580px;
    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_o_1 {
    display: block;
    font-size: 7em;
    color: #f76201;
    padding: 10px;
    background-color: #FFF;
    line-height: 1;
    position: absolute;
    top: 100px;
    left: 0;
  }
  .kv_o .kv_o_2 {
    display: block;
    font-size: 6em;
    color: #424453;
    padding: 10px;
    background-color: #FFF;
    line-height: 1;
    position: absolute;
    top: 260px;
    left: 0;
    z-index: 2;
  }
  .kv_o .kv_o_3 {
    display: block;
    font-size: 44px;
    color: #424453;
    padding: 20px 30px 30px;
    background-color: #FFF;
    line-height: 1.2;
    position: absolute;
    top: 340px;
    left: 0;
}
  .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%);
  }

  .kv_o .kv_o03 {
    display: block;
    width: 350px;
    height: auto;
    position: absolute;
    bottom: -32px;
    right: 0;
  }
  @media screen and (max-width: 768px) {
    .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: 106vw;
        overflow: hidden;
      }
      .kv_o .kv_o01 {
        display: block;
        width: 91vw;
        height: auto;
        position: absolute;
        top: 4vw;
        left: 3vw;
      }
      
      .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: 55vw;
        height: auto;
        position: absolute;
        bottom: -30vw;
        right: -30px;
      }
      .kv_o .kv_o_1 {
        display: block;
        font-size: 12vw;
        color: #424453;
        padding: 10px;
        background-color: #FFF;
        line-height: 1;
        position: absolute;
        top: 8vw;
        left: 0;
    }
    .kv_o .kv_o_2 {
      display: block;
      font-size: 13vw;
      color: #f76201;
      padding: 10px;
      background-color: #FFF;
      line-height: 1;
      position: absolute;
      top: 26.5vw;
      left: 0;
  }
      .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;
    }
  }




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


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

  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;
  padding-top: 120px;
}

.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: 40px;
    letter-spacing: 0.14em;
    color: #349276;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5em;
  }

  .tbl01{
    width: 100%;
  }
  .tbl01 th,
  .tbl01 td{
    border-collapse: collapse;
    padding: 1em;
    border: 2px solid #349276;
  }
  .tbl01 th{
    width: 30%;
    color: #349276;;
    background-color: #f2f7f5;
  }
  .tbl01 td{
    width: auto;
  }
  @media screen and (max-width: 768px) {
    .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{
      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: 1.5em;
  background-color: #f66202;
  border-radius: 20px;
  box-shadow: 5px 5px 0 0 rgba(37,44,52, 1);
  display: flex!important;
  gap: 0 20px;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
}

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

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

  .ctaBtn b::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg);
    position: absolute;
    top:50%;
    right:0;
    margin-top: -9px;
  }
  
  .satei .satei_btn{
    margin: 35px auto;
  }
  .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%;
  }
}


.reason .content > ol > li h3 {
  border-radius: 12px 12px 0 0;
  color: #fff;
  background-color: #349276;
  padding: 12px 0 16px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
}
  .reason .content > ol > li h3 .col_y{
    font-size: 28px;
  }
  .reason .content > ol.ol_flex > li h3 {
    font-size: 28px;
  }
    .reason .content > ol.ol_flex > li h3 .col_y {
      font-size: 28px;
    }
  .reason .content > ol > li h3 .reason_point {
    background-color: #fff9bc;
    color: #349276;
    font-size: 26px;
    letter-spacing: 0.02em;
    padding: 0 10px;
    margin-right: 12px;
  }
  .reason .content > ol.ol_flex > li h3 .reason_point {
    display: block;
    padding: 2px 10px;
    width: fit-content;
    margin: 0 auto 0.1em;
    font-size: 21px;
  }


/* 新cta ************************/

.satei .inner *{
  letter-spacing: 0;
}
.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;
}



  .satei .inner *{
    letter-spacing: 0.05em;
  }
  .satei .inner .read_txt {
    font-size: 28px;
    position: relative;
    width: 100%;
    height: 80px;
  }
    .satei .inner .read_txt::before {
      content: "";
      display: block;
      width: 1px;
      height: 84px;
      border-left: 5px solid #ffde59;
      position: absolute;
      left: 40px;
      transform: rotate(-30deg);
    }
    .satei .inner .read_txt::after {
      content: "";
      display: block;
      width: 1px;
      height: 84px;
      border-left: 5px solid #ffde59;
      position: absolute;
      right: 40px;
      transform: rotate(30deg);
    }
    .satei .inner .read_txt *{
      line-height: 1;
    }
  
  .satei .inner .read_txt .saidai{
    font-size: 0.6em;
    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.2em;
  }
  
  .satei .inner .read_txt .icon_amazon {
    display: block;
    width: 170px;
    height: auto;
    position: absolute;
    top: 11px;
    left: 100px;
  }
  
  .read_txt1,
  .read_txt2,
  .read_txt3{
    position: absolute;
  }
  .read_txt1{
    top: 0;
    left: 300px;
  }
  .read_txt2 {
    top: 43px;
    left: 411px;
  }
  .read_txt3 {
    top: 44px;
    left: 442px;
  }
  .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.9em;
    margin-top: 35px;
  }


/* モーダル ************************/
/* モーダルの背景（非表示時は 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: 40px;
  border-radius: 8px;
  width: 690px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-content h2 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.modal-content p{
  text-align: left;
  line-height: 1.5;
}

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

/* お悩みコンテンツ
***************************************/
.onayami_q{
  background-image: url(../images/onayami/onayami_bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
  .onayami_q_wrap{
    width: 910px;
    margin: 0 auto;
    padding: 40px 0 150px;
    position: relative;
  }
    .onayami_q_wrap h2{
      font-size: 48px;
      font-weight: bold;
      text-align: center;
      color: #424453;
      display: block;
      background-image: url(../images/onayami/onayami_title_bg.png);
      background-repeat: no-repeat;
      background-position: 50% bottom;
      background-size: 810px;
      padding-bottom: 112px;
      text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff;
      letter-spacing: 0.03em;
      line-height: 1.25;
    }
      .onayami_q_wrap h2 span{
        font-size: 1em;
        color: #42947a;
        letter-spacing: 0.03em;
      }
    .onayami_q_wrap ul{
      width: 950px;
      margin: 0 auto;
      padding: 40px;
      background-color: #FFF;
    }
      .onayami_q_wrap ul li{
        font-size: 29px;
        margin-bottom: 0px;
        background-image: url(../images/onayami/onayami_icon1.png);
        background-position: left 50%;
        background-size: 30px;
        background-repeat: no-repeat;
        padding-left: 42px;
        line-height: 2;
        letter-spacing: 0.04em;
      }
  .onayami_q_wrap .images01{
    display: block;
    width: 300px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: -120px;
  }
  .onayami_q_wrap .images02{
    display: block;
    width: 300px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: -130px;
  }


.onayami_a{
  background-image: url(../images/onayami/onayami_bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
  .onayami_a_wrap{
    width: 840px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
    .onayami_a_wrap h2{
      display: block;
      width: 100%;
    }
      .onayami_a_wrap h2 img{
        display: block;
        width: 100%;
        height: auto;
      }
  .onayami_a_wrap ul{
    background-color: #FFF;
    border: 2px solid #ff6133;
    padding: 40px;
    margin-right: 10px;
    border-radius: 40px;
  }
    .onayami_a_wrap ul li{
      font-size: 30px;
      margin-bottom: 0px;
      background-image: url(../images/onayami/onayami_icon2.png);
      background-position: left 50%;
      background-size: 37px;
      background-repeat: no-repeat;
      padding-left: 47px;
      line-height: 1.8;
      letter-spacing: 0.04em;
      font-weight: bold;
    }
    
/* 家を貸す理由は人それぞれ・・・コンテンツ
***************************************/
.summary2{
  background-color: #f9f7f8;
}
  .summary2_content{
    width: 1120px;
    padding: 80px 0;
    margin: 0 auto;
    background-image: url("../images/ansin_bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0%;
  }
  .summary2_content p{
    font-weight: bold;
    letter-spacing: 0.06em;
    -webkit-text-stroke: 6px #FFFFFF;
    text-stroke: 6px #FFFFFF;
    paint-order: stroke;
  }

  .summary2_text1{
    font-size: 32px;
    color: #252c34;
    margin-bottom: 20px;
  }
  .summary2_text1_2{
    font-size: 32px;
    color: #252c34;
    margin-bottom: 40px;
  }

  .summary2_text2{
    font-size: 32px;
    color: #f76201;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-bottom: 55px;
  }

  .summary2_text3{
    margin-bottom: 40px;
  }
    .summary2_text3 p{
      font-size: 47px;
      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: 10px;
      }

  .summary2_text4{
    font-size: 32px;
    color: #252c34;
    line-height: 1.4;
    margin-bottom: 80px;
  }

  .summary2_img01{
    display: block;
    width: 610px;
    height: auto;
    margin-bottom: 60px;
  }

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

  .summary2_text6{
    margin-bottom: 80px;
  }
    .summary2_text6 p{
      font-size: 47px;
      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: 10px;
      }

  .summary2_img02{
    display: block;
    width: 610px;
    height: auto;
    margin-bottom: 60px;
  }

  .summary2_text7{
    font-size: 32px;
    color: #252c34;
  }

.income ul li h3::before {
  width: 43px;
  height: 37px;
  transform: translate(0, -45%);
}
.income ul li h3 {
    padding-left: 50px;
}