@charset "shift_jis";

:root {
  --main-color: #0e6e98;
}


  /*--- TOPここから ---*/
  @media screen and (min-width: 769px) {
.sale_top_wrap {

  /* メイン */
  .sa_top_main {
    background: linear-gradient(to bottom, transparent 21%, #eceaea 21%);
  }
  .sa_top_main_in {
    width: 90%;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
  }
  .sa_top_main_le {
    width: 59%;
    display: flex;
    gap: 0 15px;
  }
  .sa_top_img_a {
    width: clamp(250px, 20vw, 410px);
    object-fit: cover;
    border-radius: 20px;
  }
  .sa_top_img_b {
    width: clamp(420px, 33vw, 710px);
    object-fit: cover;
    border-radius: 20px;
  }
  .sa_top_main_ri {
    width: 37%;
  }
  .sa_top_main_ri h2 {
    font-size: clamp(26px, 2.5vw, 50px);
    line-height: clamp(46px, 3vw, 76px);
    letter-spacing: 0.05em;
  }
  .sa_top_main_ri p {
    font-weight: 600;
    margin: 2vw 0 3vw 0;
    font-size: clamp(14px, 1.2vw, 20px);
  }
  .sa_top_main_ri ul {
    display: flex;
    width: 88%;
    justify-content: space-between;
    max-width: 530px;
  }
  .sa_top_main_ri ul li {
    max-width: 165px;
    max-height: 165px;
    width: 9.5vw;
    height: 9.5vw;
      background: #fff;
      border-radius: 50%;
      font-size: clamp(16px, 1.4vw, 26px);
      line-height: clamp(20px, 1.8vw, 32px);
      text-align: center;
      font-weight: 600;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      & .sell_main_color {
        color: #a5915a;
        display: contents;
      }
      & .sell_main_middle {
        font-size: clamp(12px, 1vw, 15px);
        display: inline-block;
      }
      & .sell_main_min {
        font-size: clamp(8px, 0.6vw, 10px);
        margin-top: 3px;
        line-height: 1.1;
      }
  }
  .sa_top_main_ri ul li:nth-child(3) {
    font-size: 20px;
    & .sell_main_color {
      font-size: clamp(35px, 4.2vw, 50px);
    }
    & .sell_main_middle {
      margin-bottom: 0.5vw;
        display: block;
      }
    }
  }
  /* Firefoxだけに効く */
@supports (-moz-appearance: none) {
  .sa_top_main_ri ul li:nth-child(3) .sell_main_middle {
    margin-bottom: 1.1vw !important;
  }
  
}

  /* 速報 */
  .info_sell_ti {
    border-radius: 3px;
    background: #fff !important;
    color: #3c3c3c !important;
    display: block;
    height: 30px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top_info {
    background: #3c3c3c;
    text-align: left;

    .t_info {
      width: 1000px;
      margin: auto;
      color: #fff;
      padding: 20px 0;
      font-size: 14px;
      position: relative;
      display: flex;
      align-items: center;
      span.sokuho_ttl {
        margin-right: 20px;
      }
    }
  }
  .top_info iframe {
    width: 750px;
    height: 30px;
  }
  .info_sell_more a {
    color: #fff;
    position: relative;
    &::before {
      content: "";
      width: 5px;
      height: 5px;
      display: block;
      border-top: solid 1px #fff;
      border-left: solid 1px #fff;
      transform: rotate(135deg);
      position: absolute;
      top: 7px;
      right: -12px;
    }
    &:hover {
      opacity: 0.7;
    }
  }

  /* お悩み */
  #sa_worries {
    padding: 70px 0 0;

    .sa_worries_item {
      color: #a5915a;
      font-size: 22px;
      line-height: 1;
      margin-bottom: 20px;
      font-weight: bold;
      text-align: center;
    }

    .sa_conts_txt {
      font-size: 15px;
      text-align: center;
      margin: 60px 0 0;
      line-height: 30px;
    }

    .sa_worries_img {
      position: relative;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      min-height: 400px;
      bottom: 145px;
      margin-bottom: -145px;

      img {
        position: absolute;

        &:nth-child(1) {
          top: 40px;
          left: 10%;
        }

        &:nth-child(2) {
          top: 40px;
          right: 10%;
        }

        &:nth-child(3) {
          top: 210px;
          left: 2%;
        }

        &:nth-child(4) {
          top: 210px;
          right: 2%;
        }

        &:nth-child(5) {
          left: 50%;
          bottom: 0;
          transform: translateX(-50%);
          position: absolute;
        }
      }
    }
  }

  /* ご相談ください */
  #sa_top_please {
    background-image: url(../sell/img/category_bg.webp);
    background-position: center bottom;
    padding: 70px 0 60px;

    .sa_top_please_tit {
      color: #fff;
      text-align: center;
      font-size: 30px;
      line-height: 1;
      margin: 0 0 40px;
      font-weight: bold;
    }

    >ul {
      width: 900px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0;
      gap: 30px;

      li {
        width: 280px;

        >a {
          border-radius: 15px;
          background-color: #fff;
          display: block;
          padding: 40px 15px;
          box-sizing: border-box;
          text-decoration: none;
          color: #333;
          border: solid 3px #fff;
          box-sizing: border-box;
          transition: 0.3s;
          position: relative;
          &::after {
            content: "";
            position: absolute;
            width: 30px;
            height: 6px;
            border-bottom: 1px solid #333;
            border-right: 1px solid #333;
            transform: skew(40deg);
            right: 20px;
            margin: 0 auto;
            bottom: 20px;
        }
        &:hover {
          transform: translateY(-5px);
          box-shadow: 0 0 5px rgb(0 0 0 / 20%);
          border: solid 3px #a5915a;
        }

          .img {
            text-align: center;
          }

          h3 {
            font-size: 18px;
            font-weight: bold;
            margin: 20px 0 10px;
            text-align: center;
            line-height: normal;
          }

          p {
            font-size: 14px;
            line-height: 1.5;
            margin: 0;
            padding: 0;
          }
        }


        .my_svg {
          width: 106px;
        }

        p {
          padding: 0 15px;
          font-size: 16px;
          line-height: 24px;
        }
      }
    }
  }

  /* わたしたちの強み */
  #sa_top_strong {
    padding: 80px 0;

    .sa_top_strong_con {
      display: flex;
      align-items: center;
      padding: 20px 0 100px;

      .sa_top_strong_con_l {
        width: 40vw;
        border-radius: 0 10px 10px 0;
        overflow: hidden;
        position: relative;
        height: 490px;
        margin-right: 5vw;
        background-image: url(../sell/img/strong_img.webp);
        background-size: cover;
        background-position: center;
      }

      .sa_top_strong_con_r {
        float: left;
        width: 650px;
        padding: 0 0 5px 0;

        >ul {
          margin: 0 0 25px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;

          li {
            width: 210px;
            padding: 20px;
            box-sizing: border-box;
            width: 216px;
            padding: 20px;
            box-sizing: border-box;
            border-left: dotted 1px #aaa;
            margin-bottom: 20px;
          }

          p {
            font-size: 15px;
            margin: 10px 0;
            font-weight: bold;
            line-height: normal;
          }

          h3 {
            margin: 0;
            padding: 0;
            font-size: 18px;
            line-height: 28px;
            position: relative;
            color: var(--main-color);

            span {
              font-size: 21px;
              font-weight: bold;
              line-height: 1;
              background: linear-gradient(transparent 70%, #fff000 70%);
            }
          }
        }
      }
    }

    .sa_top_strong_result_wrap {
      width: 1100px;
      margin: 0 auto 0px;

      .sa_top_strong_result_ti {
        background-image: url(../sell/img/result_bg.webp);
        background-repeat: no-repeat;
        background-position: center bottom;

        img {
          margin: 0 auto 30px;
          display: block;
        }

        h3 {
          margin: 0;
          font-size: 35px;
          color: var(--main-color);
          letter-spacing: 1px;
          text-align: center;
          line-height: 1;
          padding: 0 0 40px;
        }
      }

      .sale2_list_title {
        display: flex;
        margin: 0px 0 0;
        font-weight: bold;
        width: 1100px;

        .sale2_l_ti {
          color: #fff;
          border: 1px solid #ccc;
          padding: 15px;
          box-sizing: border-box;
          width: 25%;
          background: #3c3c3c;
          text-align: center;
          font-size: 16px;
        }
      }

      .sale_result_ma {
        margin-bottom: 20px;

        >ul {
          list-style: none;
          margin: 0;
          padding: 0;

          li {
            /* margin: 0 0 40px 0; */
            overflow: hidden;
            border-bottom: 1px solid #eee;
            /* padding-bottom: 15px; */
            border-right: solid 1px #eee;

            >a {
              display: block;
              text-decoration: none;

              .sale2_l_item {
                border: 1px solid #dcdcdc;
                padding: 15px;
                box-sizing: border-box;
                width: 25%;
                text-align: center;
                border-right: none;
                font-size: 14px;
                float: left;
                border-top: none;
                height: 50px;
                color: #000;
              }
            }
          }
        }
      }
    }
  }
  .sa_top_strong_result_wrap iframe {
    width: 100%;
    height: 245px;
  }

  /* 不動産売却の流れ */
  #sa_top_flow {
    padding: 80px 0;

    .sa_top_flow_block {
      >ul {
        width: 1100px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;

        li {
          width: 270px;

          &:nth-child(2) .ti {
            background-color: #a6d5e9;
          }

          &:nth-child(3) .ti {
            background-color: #86c2dc;
          }

          &:nth-child(4) .ti {
            background-color: #5db1d5;
          }

          &:nth-child(5) .ti {
            background-color: #26abe5;
          }

          &:nth-child(6) .ti {
            background-color: #169eda;
          }

          &:nth-child(7) .ti {
            background-color: #1491c8;
          }

          &:nth-child(8) .ti {
            background-color: #1181b2;
          }

          .ti {
            background-color: #c4e1ee;
            line-height: 60px;
            padding: 0 30px;

            span {
              background-color: #fff;
              padding: 5px;
              margin-right: 10px;
              border-radius: 3px;
              font-size: 10px;
              font-weight: bold;
              font-family: Century Gothic, sans-serif;
            }

            h3 {
              display: inline-block;
              margin: 0;
            }
          }

          .txt {
            padding: 10px 20px;
            box-sizing: border-box;
            border-left: 1px dotted #ccc;
            margin: 20px 0 30px;

            p.orange {
              font-size: 18px;
              color: #ff9c00;
              font-weight: bold;
              margin: 0 0 10px;
            }

            p {
              font-size: 13px;
              line-height: 23px;
            }
          }
        }
      }
    }
  }

  /* あなたはどっち？ */
  .sa_top_differ {
    background-color: #eee;
    padding: 120px 0 100px;
    background-image: url(../sell/img/differ_bg.webp);
    background-repeat: no-repeat;
    background-position: center top 50px;

    .sa_conts_txt {
      background-color: #fff;
      padding: 50px 0;
      width: 910px;
      border-radius: 5px;
      margin: 0 auto 20px;
    }

    .sa_top_df_block {
      display: flex;
      justify-content: space-between;
      width: 1100px;
      margin: 0 auto;

      .sa_top_df_box {
        width: 530px;
        background-color: #fff;
        overflow: hidden;
        border-radius: 5px;
        padding-bottom: 30px;

        h3 {
          background-color: var(--main-color);
          margin: 0;
          text-align: center;
          line-height: 65px;
          color: #fff;
          font-size: 19px;
        }

        img {
          display: block;
          margin: 10px auto;
        }

        .tokucho {
          padding: 0 40px;
          margin-bottom: 30px;

          li {
            margin-bottom: 10px;

            span {
              display: inline-block;
              width: 80px;
              line-height: 30px;
              text-align: center;
              border: 1px solid #aaa;
              background-color: #eee;
              font-size: 12px;
              margin-right: 10px;
              border-radius: 3px;
              font-weight: bold;
            }

            p {
              font-size: 16px;
              font-weight: bold;
              display: inline-block;
            }
          }
        }

        .merit {
          padding: 0 40px;
          margin-bottom: 30px;

          p {
            font-size: 15px;
            color: #c63e3e;
            padding: 0 0 10px 10px;
            border-bottom: 1px solid #c63e3e;
            margin-bottom: 15px;
            font-weight: bold;
            line-height: 1;
          }

          li {
            font-size: 16px;
            font-weight: bold;
            padding-left: 30px;
            background-image: url(../sell/img/merit_check.webp);
            background-repeat: no-repeat;
            background-position: center left;
            margin-bottom: 10px;
            line-height: normal;
          }
        }

        .demerit {
          padding: 0 40px;
          margin-bottom: 30px;

          p {
            font-size: 15px;
            color: #62a4c1;
            padding: 0 0 10px 10px;
            border-bottom: 1px solid #62a4c1;
            margin-bottom: 15px;
            font-weight: bold;
            line-height: 1;
          }

          li {
            font-size: 16px;
            font-weight: bold;
            padding-left: 30px;
            background-image: url(../sell/img/demerit_check.webp);
            background-repeat: no-repeat;
            background-position: center left;
            margin-bottom: 10px;
            line-height: normal;
          }
        }
      }

      .sa_top_df_box.kaitori_box {
        h3 {
          background-color: #c63e3e;
        }
      }
    }

    .chart_bg {
      width: 1100px;
      height: 1230px;
      background: url(../sell/img/chart_img.png) no-repeat;
      position: relative;
      top: 0px;
      left: 0px;
      margin: 50px auto 0;

      >ul {
        width: 100%;
        position: absolute;
        bottom: 55px;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;

        li {
          list-style: none;
        }
      }
    }
  }

  /* よくある質問 */
  #sa_qa {
    >div {
      margin: 70px auto;
    }
  }

  /* 不動産売却について知る */
  .sa_top_know {
    padding-bottom: 100px;

    .sa_conts_tit_wrap {
      background-image: url(../sell/img/know_bg.webp);
      background-size: cover;
      color: #fff;
      height: 370px;
      position: relative;
      padding-top: 100px;
      box-sizing: border-box;
      margin: 0;

      >h2:before {
        background-color: #fff;
      }

      img {
        position: absolute;
        top: 70px;
        left: 0;
        right: 700px;
        margin: 0 auto;
      }
    }

    >ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
      width: 1100px;
      margin: -110px auto 0;
      position: relative;

      li {
        width: 340px;

        >a {
          display: block;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          border-radius: 5px;
          transition: 0.3s;
          &:hover {
            transform: translateY(-5px);
            box-shadow: 0 0 5px rgb(0 0 0 / 20%);
          }
        }

        p {
          font-size: 16px;
          padding: 10px 20px 15px;
          font-weight: bold;
          position: relative;
          line-height: normal;

          &::before {
            content: "";
            position: absolute;
            width: 25px;
            height: 25px;
            background: #3c3c3c;
            right: 15px;
            top: 10px;
          }

          &::after {
            content: "";
            position: absolute;
            right: 25px;
            top: 19px;
            width: 6px;
            height: 6px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
          }
        }
      }
    }
  }

  /* 当社について */
  .s_t_com {
    background-color: #eee;
    padding: 100px 0;

    .s_t_com_block {
      display: flex;
      width: 1100px;
      margin: 0 auto;
      justify-content: space-between;
      align-items: center;

      .s_t_com_l {
        width: 450px;
        height: 350px;
        & img {
          border-radius: 15px;
        }
      }

      .s_t_com_r {
        width: 560px;

        p {
          font-size: 15px;
          line-height: 30px;
          margin-bottom: 20px;
        }

        >ul {
          display: flex;
          flex-wrap: wrap;
          gap: 10px;

          li {
            >a {
              display: block;
              width: 180px;
              line-height: 50px;
              text-align: center;
              background-color: #3c3c3c;
              color: #fff;
              border-radius: 13px;
              border: 1px solid #3c3c3c;
              box-sizing: border-box;
              font-size: 16px;
              &:hover {
                background: #fff;
                color: #3c3c3c;
              }
            }
          }
        }
      }
    }
  }

  /* title */
  .sa_conts_tit_wrap {
    margin: 0 0 70px 0;

    .sa_conts_tit_line {
      position: relative;
      padding-bottom: 30px;
      margin-bottom: 30px;
    }

    .sa_conts_tit_line::before {
      content: "";
      width: 70px;
      height: 5px;
      background-color: #a5915a;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
    }
    .sa_top_know_ti {
        color: #fff;
    }

    .sa_conts_txt {
      font-size: 15px;
      line-height: 30px;
      text-align: center;
      margin: 0 auto;
    }
  }

  /* btn */
  .sa_top_more_btn a {
    display: block;
    width: 340px;
    line-height: 60px;
    background-color: #a5915a;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 auto 00px;
    border-radius: 15px;
    font-weight: bold;
    font-size: 20px;
    box-sizing: border-box;
    transition: .3s;
    border: solid 1px #a5915a;
    &:hover {
      background: #fff;
      color: #a5915a;
    }
  }

  /* fadein（下から上） */
  .fadein {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;

    &.sale_show {
      opacity: 1;
      transform: translateY(0);
    }

    &.fadein-1 {
      transition-delay: 0.2s;
    }

    &.fadein-2 {
      transition-delay: 0.4s;
    }

    &.fadein-3 {
      transition-delay: 0.6s;
    }

    &.fadein-4 {
      transition-delay: 0.8s;
    }

    &.fadein-5 {
      transition-delay: 1.0s;
    }

    &.fadein-6 {
      transition-delay: 1.2s;
    }
  }
}
}


/* iframe内の記述 */
.info_slide_wrap {
  display: block;
  width: 750px;
  border-radius: 30px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 99;

  .info_slide {
    width: 750px;
    margin-left: clamp(10px, 3vw, 20px);

    a {
      text-decoration: underline;
      color: #fff;
      width: 100%;
      display: block;
      font-size: 15px;
      line-height: 30px;
      &:hover {
        opacity: 0.7;
      }
    }
  }
}

/*--- TOPここまで ---*/






/*-------------------------------
sp
--------------------------------*/

/*--- TOPここから ---*/
@media screen and (max-width: 768px) {

.sale_top_wrap {

/* メイン画像 */
.sa_top_main {
  background: linear-gradient(to bottom, transparent 9%, #eceaea 9%);
}
.sa_top_main_in {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px 0;
  margin-top: 40px;
}
.sa_top_main_le {
  padding-bottom: 60px;
}
.sa_top_img_a {
  display: none;
}
.sa_top_img_b {
  width: 90%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.sa_top_main_ri {
  width: 94%;
  margin: 0 auto;
}
.sa_top_main_ri h2 {
  font-size: clamp(28px, 7.5vw, 33px);
  line-height: clamp(36px, 9.9vw, 46px);
  letter-spacing: 0.07em;
  font-weight: 600;
}
.sa_top_main_ri p {
  font-weight: 600;
  margin: 4vw 0 6vw 0;
  font-size: clamp(15px, 1.2vw, 20px);
  letter-spacing: 0.05em;
}
.sa_top_main_ri ul {
  display: flex;
  justify-content: space-between;
}
.sa_top_main_ri ul li {
  max-width: 165px;
  max-height: 165px;
  width: 29.5vw;
  height: 29.5vw;
    background: #fff;
    border-radius: 50%;
    font-size: clamp(16px, 4.5vw, 28px);
    line-height: clamp(20px, 5.8vw, 32px);
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    & .sell_main_color {
      color: #a5915a;
      display: contents;
      font-weight: 600;
    }
    & .sell_main_middle {
      font-size: clamp(12px, 1vw, 15px);
      margin-bottom: -1.7vw;
      display: inline-block;
      font-weight: 600;
    }
    & .sell_main_min {
      font-size: clamp(8px, 0.6vw, 10px);
      margin-top: 3px;
      font-weight: 600;
      line-height: 1.1;
    }
}
.sa_top_main_ri ul li:nth-child(2) {
  & .sell_main_middle {
    margin-bottom: -1vw;
  }
}
.sa_top_main_ri ul li:nth-child(3) {
  font-size: 20px;
  & .sell_main_color {
    font-size: clamp(40px, 13.6vw, 65px);
  }
  & .sell_main_middle {
    margin-bottom: 2vw;
  }
}




/* 速報 */
.info_sell_ti {
  border-radius: 3px;
  background: #fff !important;
  color: #3c3c3c !important;
  display: block;
  height: 30px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
}
.top_info {
  background: #3c3c3c;
  text-align: left;
  z-index: 0;
  position: relative;

  .t_info {
    width: 100%;
    margin: auto;
    color: #fff;
    font-size: clamp(12px, 3.5vw, 14px);
    line-height: 80px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    gap: 0 10px;
    box-sizing: border-box;

    span.sokuho_ttl {
      margin-right: 15px;
      width: 12%;
    }

    .info_slide_wrap {
      display: block;
      width: 80%;
      border-radius: 30px;
      box-sizing: border-box;
      overflow: hidden;
      z-index: 99;

      .info_slide {
        width: 100%;
        & li a {
          color: #fff;
          text-decoration: underline;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          overflow: hidden;
        }
      }
    }
  }
}
.top_info iframe {
  width: 75%;
  height: 30px;
}

/* お悩み */
#sa_worries {
  padding: 30px 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 中央寄せ */

  .sa_worries_item {
    /* order: 1; */
    color: #a5915a;
    font-size: clamp(18px, 6.5vw, 30px);
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
  }

  .sa_conts_tit {
    margin: 0;
    font-size: clamp(24px, 8vw, 32px);
    font-weight: 600;
    line-height: 1.2;
  }

  .sa_worries_img {
    order: 2;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 500px;
    margin-bottom: 30px;

    img {
      position: absolute;

      &:nth-child(1) {
        top: 0;
        left: 0;
        width: 45%;
      }

      &:nth-child(2) {
        top: 60px;
        right: 0;
        width: 45%;
      }

      &:nth-child(3) {
        top: 160px;
        left: 0;
        width: 45%;
      }

      &:nth-child(4) {
        top: 220px;
        right: 0;
        width: 45%;
      }

      &:nth-child(5) {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
      }
    }
  }

  .sa_worries_tit_wrap {
    order: 3;
  }

  .sa_conts_txt {
    font-size: clamp(13px, 3.8vw, 15px);
    text-align: left;
    margin: 30px 0 0;
    line-height: 30px;
  }
}

/* ご相談ください */
#sa_top_please {
  background-image: url(../sell/img/category_bg.webp);
  background-position: center bottom;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;

  .sa_top_please_tit {
    color: #fff;
    text-align: center;
    font-size: clamp(24px, 8vw, 32px);
    line-height: 1.3;
    margin: 0 0 40px;
    font-weight: bold;
  }

  >ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;

    li {
      width: 50%;
      border: .5px solid #eee;
      box-sizing: border-box;

      >a {
        background-color: #fff;
        display: block;
        padding: 30px 15px;
        box-sizing: border-box;
        text-decoration: none;
        color: #333;
        transition: 0.3s;
        position: relative;
        height: 100%;

        &::after {
          content: "";
          position: absolute;
          width: 30px;
          height: 6px;
          border-bottom: 1px solid #333;
          border-right: 1px solid #333;
          transform: skew(40deg);
          right: 20px;
          margin: 0 auto;
          bottom: 20px;
        }

        .img {
          text-align: center;
        }

        h3 {
          font-size: clamp(11px, 3.6vw, 15px);
          font-weight: bold;
          margin: 20px 0 10px;
          text-align: center;
        }

        p {
          font-size: 11px;
          line-height: 1.5;
          margin: 0;
          padding: 0;
        }
      }


      .my_svg {
        width: 106px;
      }

      p {
        padding: 0 15px;
        font-size: (14px, 4.2vw, 16px);
        line-height: 24px;
      }
    }
  }
}

/* わたしたちの強み */
#sa_top_strong {
  padding: 50px 0;

  .sa_top_strong_con {
    padding: 0px 0 80px;

    .sa_top_strong_con_l {
      img {
        max-width: 90%;
        margin: 0 auto 30px;
        display: block;
      }
    }

    .sa_top_strong_con_r {
      width: 94%;
      padding: 0 0 5px 0;
      margin: 0 auto;

      >ul {
        margin: 0 0 25px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

        li {
          width: 50%;
          padding: 10px;
          box-sizing: border-box;
          border-left: dotted 1px #aaa;
          margin-bottom: 20px;
        }

        p {
          font-size: clamp(12px, 3.5vw, 14px);
          margin: 10px 0;
          font-weight: bold;
          line-height: 1.2;
        }

        h3 {
          margin: 0;
          padding: 0;
          font-size: clamp(16px, 3.9vw, 26px);
          line-height: 28px;
          position: relative;
          color: var(--main-color);

          span {
            font-size: clamp(16px, 5vw, 26px);
            font-weight: bold;
            line-height: 1;
            background: linear-gradient(transparent 70%, #fff000 70%);
          }
        }
      }
    }
  }

  .sa_top_strong_result_wrap {
    width: 94%;
    margin: 0 auto 0px;

    .sa_top_strong_result_ti {
      background-image: url(../sell/img/result_bg.webp);
      background-repeat: no-repeat;
      background-position: center bottom;

      img {
        width: 80%;
        display: block;
        margin: 0 auto 20px;
      }

      h3 {
        margin: 0;
        font-size: clamp(20px, 7vw, 32px);
        color: var(--main-color);
        letter-spacing: 1px;
        text-align: center;
        line-height: 1;
        font-weight: 600;
        padding: 0 0 10px;
      }
    }

    .sale2_list_title {
      display: flex;
      margin: 10px auto 0;
      font-weight: bold;
      justify-content: center;
      width: 96%;

      .sale2_l_ti {
        color: #fff;
        border: 1px solid #ccc;
        padding: 15px;
        box-sizing: border-box;
        width: 34%;
        background: #3c3c3c;
        text-align: center;
        font-size: clamp(14px, 4.2vw, 16px);
        font-weight: bold;
        line-height: normal;
      }
    }

    .sale_result_ma {
      width: 96%;
      margin: 0 auto 20px;

      >ul {
        list-style: none;
        margin: 0;
        padding: 0;

        li {
          overflow: hidden;
          border-bottom: 1px solid #eee;
          border-right: solid 1px #eee;

          >a {
            display: block;
            text-decoration: none;
            display: flex;
            width: 100%;

            .sale2_l_item {
              border: 1px solid #dcdcdc;
              padding: 10px;
              box-sizing: border-box;
              width: 34%;
              text-align: center;
              border-right: none;
              font-size: clamp(12px, 3.5vw, 14px);
              line-height: 1.3;
              float: left;
              border-top: none;
              color: #000;
              display: flex;
              justify-content: center;
              align-items: center;
            }
          }
        }
      }
    }
  }
  .sa_top_strong_result_wrap iframe {
    width: 100%;
    height: 210px;
  }
}

/* 不動産売却の流れ */
#sa_top_flow {
  padding: 50px 0;

  .sa_top_flow_block {
    ul {
      width: 90%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;

      li {
        width: 100%;

        &:nth-child(2) .ti {
          background-color: #a6d5e9;
        }

        &:nth-child(3) .ti {
          background-color: #86c2dc;
        }

        &:nth-child(4) .ti {
          background-color: #5db1d5;
        }

        &:nth-child(5) .ti {
          background-color: #26abe5;
        }

        &:nth-child(6) .ti {
          background-color: #169eda;
        }

        &:nth-child(7) .ti {
          background-color: #1491c8;
        }

        &:nth-child(8) .ti {
          background-color: #1181b2;
        }

        .ti {
          background-color: #c4e1ee;
          line-height: 50px;
          padding: 0 30px;
          display: flex;
          align-items: center;

          span {
            background-color: #fff;
            padding: 5px;
            margin-right: 10px;
            border-radius: 3px;
            font-size: clamp(8px, 2vw, 10px);
            font-weight: bold;
            font-family: Century Gothic, sans-serif;
            display: inline;
            height: 10px;
            line-height: 1;
          }

          h3 {
            display: inline-block;
            margin: 0;
            font-size: clamp(15px, 4.7vw, 18px);
          }
        }

        .txt {
          padding: 10px;
          box-sizing: border-box;
          margin: 10px 0 20px;

          p.orange {
            font-size: clamp(15px, 4.7vw, 18px);
            color: #ff9c00;
            font-weight: bold;
            margin: 0 0 10px;
          }

          p {
            font-size: clamp(11px, 3.2vw, 13px);
            line-height: 23px;
          }
        }
      }
    }
  }
}

/* あなたはどっち？ */
.sa_top_differ {
  background-color: #eee;
  padding: 70px 0 50px;
  background-image: url(../sell/img/differ_bg.webp);
  background-repeat: no-repeat;
  background-position: center top 50px;

  .sa_conts_txt {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    margin: 0 auto 0px;
  }

  .sa_top_df_block {
    width: 90%;
    margin: 0 auto;

    .sa_top_df_box {
      width: 100%;
      background-color: #fff;
      overflow: hidden;
      border-radius: 5px;
      margin-bottom: 30px;

      h3 {
        background-color: var(--main-color);
        margin: 0;
        text-align: center;
        line-height: 65px;
        color: #fff;
        font-size: clamp(16px, 5vw, 19px);
      }

      img {
        display: block;
        margin: 30px auto;
        max-width: 100%;
      }

      .tokucho {
        padding: 0 20px;
        margin-bottom: 30px;

        li {
          margin-bottom: 10px;
          display: flex;

          span {
            display: inline-block;
            width: 20%;
            line-height: 30px;
            text-align: center;
            border: 1px solid #aaa;
            background-color: #eee;
            font-size: clamp(10px, 2.8vw, 12px);
            margin-right: 10px;
            border-radius: 3px;
            font-weight: bold;
          }

          p {
            font-size: clamp(14px, 4.2vw, 16px);
            font-weight: bold;
            display: inline-block;
            width: 80%;
            line-height: normal;
          }
        }
      }

      .merit {
        padding: 0 20px;
        margin-bottom: 30px;

        p {
          font-size: clamp(13px, 3.8vw, 15px);
          color: #c63e3e;
          padding: 0 0 10px 10px;
          border-bottom: 1px solid #c63e3e;
          margin-bottom: 15px;
          font-weight: bold;
          line-height: 1;
        }

        li {
          font-size: clamp(14px, 4.2vw, 16px);
          font-weight: bold;
          padding-left: 30px;
          background-image: url(../sell/img/merit_check.webp);
          background-repeat: no-repeat;
          background-position: center left;
          margin-bottom: 10px;
          line-height: normal;
        }
      }

      .demerit {
        padding: 0 20px;
        margin-bottom: 30px;

        p {
          font-size: clamp(13px, 3.8vw, 15px);
          color: #62a4c1;
          padding: 0 0 10px 10px;
          border-bottom: 1px solid #62a4c1;
          margin-bottom: 15px;
          font-weight: bold;
          line-height: 1;
        }

        li {
          font-size: clamp(14px, 4.2vw, 16px);
          font-weight: bold;
          padding-left: 30px;
          background-image: url(../sell/img/demerit_check.webp);
          background-repeat: no-repeat;
          background-position: center left;
          margin-bottom: 10px;
          line-height: normal;
        }
      }
    }

    .sa_top_df_box.kaitori_box {
      h3 {
        background-color: #c63e3e;
      }
    }
  }

  .chart_img {
    .chart_bg {
      width: 1100px;
      height: 1230px;
      background: url(../sell/img/chart_img.png) no-repeat;
      position: relative;
      top: 0px;
      left: 0px;
      margin: 50px auto 0;

      >ul {
        width: 100%;
        position: absolute;
        bottom: 55px;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;

        li {
          list-style: none;
        }
      }
    }

    img {
      width: 90%;
      margin: 0 auto;
      display: block;
    }
  }
}

/* よくある質問 */
#sa_qa {
  padding: 60px 0 80px;

  .sa_conts_tit {
    margin-bottom: 0;
  }
}

/* 不動産売却について知る */
.sa_top_know {
  padding-bottom: 100px;

  .sa_conts_tit_wrap {
    background-image: url(../sell/img/know_bg.webp);
    background-size: cover;
    color: #fff;
    height: 340px;
    position: relative;
    padding-top: 60px;
    box-sizing: border-box;
    width: 100%;
    background-position: center;

    >h2:before {
      background-color: #fff;
    }

    img {
      position: absolute;
      top: -20px;
      left: 0;
      right: 0%;
      margin: 0 auto;
      filter: drop-shadow(0px 0px 3px #3332);
      width: 130px;
    }
  }

  >ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: -110px auto 0;
    position: relative;

    li {
      margin-bottom: 5%;
      width: 48%;

      >a {
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        transition: 0.3s;
        background-color: #fff;

        img {
          max-width: 100%;
        }
      }

      p {
        font-size: clamp(9px, 2.8vw, 13px);
        padding: 10px 30px 15px 10px;
        font-weight: bold;
        position: relative;
        line-height: normal;

        &::before {
          content: "";
          position: absolute;
          width: 20px;
          height: 20px;
          background: #3c3c3c;
          right: 6px;
          top: 8px;
        }

        &::after {
          content: "";
          position: absolute;
          right: 14px;
          top: 16px;
          width: 4px;
          height: 4px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
        }
      }
    }
  }
}

/* 当社について */
.s_t_com {
  background-color: #eee;
  padding: 60px 0;

  .s_t_com_block {
    width: 90%;
    margin: 0 auto;

    .s_t_com_l {
      width: 100%;
      img {
        width: 100%;
      }
    }

    .s_t_com_r {
      width: 100%;

      p {
        font-size: clamp(13px, 3.8vw, 15px);
        line-height: 26px;
        margin: 20px 0;
        font-weight: 500;
      }

      >ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

        li {
          width: 49%;

          >a {
            display: block;
            width: 100%;
            line-height: 50px;
            text-align: center;
            background-color: #fff;
            border-radius: 5px;
            border: 1px solid #3c3c3c;
            box-sizing: border-box;
            margin-bottom: 10px;
            font-size: clamp(14px, 4.2vw, 16px);
          }
        }
      }
    }
  }
}

/* title */
.sa_conts_tit_wrap {
  padding-bottom: 20px;
  width: 90%;
  margin: 0 auto;

  .sa_conts_tit {
    font-size: clamp(24px, 8vw, 32px);
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sa_conts_tit_line {
    position: relative;
    padding-bottom: 30px;
  }

  .sa_conts_tit_line::before {
    content: "";
    width: 70px;
    height: 5px;
    background-color: #a5915a;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .sa_top_know_ti {
    color: #fff;
}

  .sa_conts_txt {
    font-size: clamp(13px, 3.8vw, 15px);
    line-height: 30px;
    text-align: left;
    margin: 0 auto;
  }
}

/* btn */
.sa_top_more_btn a {
  display: block;
  width: 80%;
  line-height: 60px;
  background-color: #a5915a;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto 00px;
  border-radius: 5px;
  font-weight: bold;
  font-size: clamp(15px, 4.7vw, 18px);
}

/* fadein */
/* 下から上 */
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;

  &.sale_show {
    opacity: 1;
    transform: translateY(0);
  }

  &.fadein-1 {
    transition-delay: 0.2s;
  }

  &.fadein-2 {
    transition-delay: 0.4s;
  }

  &.fadein-3 {
    transition-delay: 0.6s;
  }

  &.fadein-4 {
    transition-delay: 0.8s;
  }

  &.fadein-5 {
    transition-delay: 1.0s;
  }

  &.fadein-6 {
    transition-delay: 1.2s;
  }
}
}

/*--- TOPここまで ---*/
}