@charset "shift_jis";

:root {
/*
  --main-color: red;
  --btn-color: pink;
  --bg-blue-color: green;
*/
  --main-color: #2d86af;
  --btn-color: #ff9c00;
  --bg-blue-color: #e6f3fa;

}

@media screen and (min-width: 769px) {

  /*--- akiyaここから ---*/
  .sale_akiya_wrap {

    /* メイン画像 */
    .akiya_main_wrap {
      background: url(../img/main_bg.webp);
      background-size: cover;
      background-position: center;
      height: 500px;
      box-sizing: border-box;
      padding-top: 120px;

      .akiya_main_inner {
        width: 1000px;
        margin: 0 auto;
        text-align: center;
        line-height: 23px;

        span {
          color: #fff;
          font-size: 25px;
          font-weight: bold;
          line-height: 30px;
          border-bottom: 1px solid #fff;
          padding: 0 10px 10px;
        }

        p {
          color: #fff;
          font-size: 70px;
          line-height: 70px;
          font-weight: bold;
          margin: 35px 0 30px;
        }

        ul {
          display: flex;
          justify-content: center;

          li {
            width: 215px;
            background: var(--main-color);
            color: #fff;
            line-height: 56px;
            border-radius: 10px;
            font-size: 20px;
            letter-spacing: 0.1em;
            font-weight: bold;

            &:first-child {
              margin-right: 10px;
            }
          }
        }
      }
    }

    /* 悩み */
    .akiya_nayami_wrap {
      width: 1100px;
      margin: 80px auto;

      ul {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;

        li {
          border: 1px solid #ccc;
          border-radius: 10px;
          padding: 20px 30px;
          font-size: 20px;
          font-weight: bold;
          line-height: 30px;
          position: relative;
          text-align: center;
          margin-bottom: 30px;

          &::before {
            content: "";
            border-left: 16px solid transparent;
            border-top: 16px solid #ccc;
            position: absolute;
            right: 35px;
            bottom: -16px;
            transform: rotate(-90deg);
          }

          &::after {
            content: "";
            border-left: 15px solid transparent;
            border-top: 15px solid white;
            position: absolute;
            right: 35px;
            bottom: -14px;
            transform: rotate(-90deg);
          }

          &:nth-child(2) {
            margin: 0 30px 30px;
          }

          &:nth-child(4),
          &:nth-child(6) {
            &::before {
              top: 56px;
              right: -16px;
              bottom: auto;
            }

            &::after {
              top: 57px;
              right: -14px;
              bottom: auto;
            }
          }

          &:nth-child(5),
          &:nth-child(7) {
            &::before {
              top: 36px;
              left: -16px;
              right: auto;
              bottom: auto;
              transform: none;
            }

            &::after {
              top: 37px;
              left: -14px;
              right: auto;
              bottom: auto;
              transform: none;
            }
          }

          &:nth-child(8),
          &:nth-child(9),
          &:nth-child(10) {
            &::before {
              top: -16px;
              right: 35px;
              bottom: auto;
              transform: rotate(-180deg);
            }

            &::after {
              top: -14px;
              right: 35px;
              bottom: auto;
              transform: rotate(-180deg);
            }
          }

          &:nth-child(4) {
            margin: 0 415px 30px 0;
            width: 340px;
            box-sizing: border-box;
          }

          &:nth-child(6) {
            margin: 0 360px 30px 0;
            width: 340px;
            box-sizing: border-box;
          }

          &:nth-child(9) {
            margin: 0 30px 30px;
          }

          span {
            font-weight: bold;
            background: linear-gradient(transparent 60%, #ffdbde 60%);
          }
        }

        &::after {
          content: "";
          display: block;
          background: url(../img/nayami_icon.webp);
          width: 290px;
          height: 214px;
          position: absolute;
          bottom: 160px;
          left: 390px;
          z-index: 10;
        }
      }
    }

    /* 空き家を放置していませんか？ */
    .akiya_risk_wrap {
      background: var(--bg-blue-color);
      padding: 80px 0;

      .akiya_risk_inner {
        width: 1100px;
        margin: 0 auto;

        .akiya_risk_txt {
          p {
            text-align: center;
            font-size: 20px;
            line-height: 35px;
            letter-spacing: 0.1em;
            color: var(--main-color);
            font-weight: 500;
            margin: 0 0 50px;

            span {
              background: linear-gradient(transparent 60%, #ffdbde 60%);
            }
          }
        }

        ul {
          li {
            width: 1100px;
            box-sizing: border-box;
            background: #fff;
            padding: 30px;
            margin-bottom: 30px;
            border: 3px solid var(--main-color);
            border-radius: 5px;

            h3 {
              display: flex;
              align-items: center;
              margin: 0 0 20px;
              color: var(--main-color);
              font-size: 27px;
              line-height: 27px;
              letter-spacing: 0.1em;

              span {
                display: block;
                background: var(--main-color);
                width: 90px;
                line-height: 40px;
                text-align: center;
                color: #fff;
                font-size: 18px;
                font-weight: bold;
                letter-spacing: 0.1em;
                margin-right: 20px;
              }
            }

            .akiya_risk_con {
              display: flex;

              p {
                margin: 0 0 0 30px;
                font-size: 16px;
                font-weight: 500;
                line-height: 28px;
                letter-spacing: 0.1em;
              }
            }
          }
        }
      }
    }

    /* 物件を探しています */
    .akiya_point_wrap {
      width: 1100px;
      margin: 80px auto;

      .akiya_point_txt {
        text-align: center;

        h2 {
          display: inline-block;
          position: relative;
          background: linear-gradient(transparent 60%, #ffdbde 60%);

          &::before {
            content: "";
            display: block;
            width: 2px;
            height: 50px;
            background: #000;
            transform: rotate(-25deg);
            position: absolute;
            bottom: -5px;
            left: -30px;
          }

          &::after {
            content: "";
            display: block;
            width: 2px;
            height: 50px;
            background: #000;
            transform: rotate(25deg);
            position: absolute;
            bottom: -5px;
            right: -30px;
          }
        }

        p {
          text-align: center;
          font-size: 20px;
          line-height: 35px;
          letter-spacing: 0.05em;
          color: var(--main-color);
          font-weight: 500;
          margin: 0 0 60px;
        }
      }

      ul {
        li {

          &:first-child {
            margin-bottom: 50px;
          }

          h3 {
            display: flex;
            align-items: center;
            font-size: 30px;
            font-weight: bold;
            line-height: 30px;
            letter-spacing: 0.1em;
            margin: 0 0 15px;

            span {
              display: block;
              width: 160px;
              font-size: 25px;
              line-height: 52px;
              background: #ca848a;
              color: #fff;
              text-align: center;
              border-radius: 5px;
              margin: 0 20px 0 20px;
            }
          }

          .akiya_point_con {
            background: var(--bg-blue-color);
            border-radius: 10px;
            padding: 30px;
            display: flex;
            align-items: center;

            p {
              margin: 0 0 0 30px;
              font-size: 18px;
              line-height: 36px;
              font-weight: 500;
            }
          }
        }
      }
    }
     /* 当社の3つの特徴 */
   .kaitori_feature_wrap {
    background: var(--bg-blue-color);
    padding: 80px 0;

    .kaitori_feature_inner {
      width: 1100px;
      margin: 0 auto;

      ul {
        li {
          display: flex;
          margin-bottom: 40px;

          &:nth-child(2) {
            align-items: flex-end;

            img {
              margin-left: -5px;
              margin-bottom: -10px;
            }
          }

          &:last-child {
            margin-bottom: 0;
          }

          .kaitori_feature_txt {
            margin-left: 30px;

            span {
              display: block;
              width: 100px;
              line-height: 35px;
              text-align: center;
              border-radius: 20px;
              background: #0d73a2;
              color: #fff;
              font-size: 18px;
              font-weight: bold;
              letter-spacing: 0.1em;
            }

            h3 {
              font-size: 40px;
              line-height: 46px;
              color: #000;
              letter-spacing: 0.05em;
              margin: 30px 0;
            }

            p {
              font-size: 18px;
              font-weight: 500;
              letter-spacing: 0.05em;
              line-height: 32px;
              margin: 0;
            }

            .kaitori_feature_point {
              p {
                background: #fff;
                width: 500px;
                box-sizing: border-box;
                padding: 15px 20px;
                font-weight: bold;
                margin: 15px 0 10px;
                border-radius: 10px;
                line-height: 30px;
              }

              span {
                font-size: 12px;
                line-height: 12px ! IMPORTANT;
                letter-spacing: 0.05em;
                color: #000;
                display: initial;
                background: none;
                font-weight: 500;
              }
            }
          }
        }
      }
    }
  }

    /* よくある質問 */
    #sa_qa {
      padding: 0;

      .akiya_qa_wrap {
        padding: 80px 0;
      }
    }

    /* title */
    h2 {
      font-size: 40px;
      line-height: 40px;
      font-weight: bold;
      text-align: center;
      color: #000;
      margin: 0 0 40px;
      display: block;

      &.sa_conts_tit_line::after {
        content: "";
        display: block;
        width: 70px;
        height: 5px;
        background-color: var(--main-color);
        margin: 30px auto 0;
      }
    }

    /* svg */
    svg {
      margin: 0 auto;
      display: block;

      .cls-1 {
        fill: var(--main-color);
      }
    }

    /* btn */
    .btn_link {
      display: block;
      width: 80%;
      line-height: 60px;
      background-color: var(--btn-color);
      color: #fff;
      text-align: center;
      position: relative;
      margin: 0 auto 00px;
      border-radius: 5px;
      font-weight: bold;
      font-size: 18px;

      &:hover {
        opacity: .8;
      }
    }

    /* fadein（下から上） */
    .fadein {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s ease-out;

      &.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;
      }
    }
  }

  /*--- akiyaここまで ---*/
}









/*-------------------------------
sp
--------------------------------*/


@media screen and (max-width: 768px) {

  /*--- akiyaここから ---*/
  .sale_akiya_wrap {

    /* メイン画像 */
    .akiya_main_wrap {
      background: url(../img/main_bg.webp);
      background-size: cover;
      background-position: center;
      box-sizing: border-box;
      padding: 50px 0;

      .akiya_main_inner {
        width: 90%;
        margin: 0 auto;
        text-align: center;

        span {
          color: #fff;
          font-size: clamp(14px, 4.2vw, 16px);
          font-weight: bold;
          line-height: 30px;
          border-bottom: 1px solid #fff;
          padding: 0 10px 5px;
        }

        p {
          color: #fff;
          font-size: clamp(22px, 6.5vw, 28px);
          line-height: 1.8;
          font-weight: bold;
          margin: 15px 0 20px;
        }

        ul {
          display: flex;
          justify-content: center;

          li {
            background: var(--main-color);
            color: #fff;
            line-height: 40px;
            border-radius: 5px;
            font-size: clamp(12px, 3.5vw, 14px);
            letter-spacing: 0.05em;
            font-weight: bold;
            padding: 0 10px;

            &:first-child {
              margin-right: 5px;
            }
          }
        }
      }
    }

    /* 悩み */
    .akiya_nayami_wrap {
      width: 90%;
      margin: 60px auto 0;

      ul {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

        li {
          width: 49%;
          border: 1px solid #ccc;
          border-radius: 5px;
          padding: 10px 3%;
          font-weight: bold;
          position: relative;
          text-align: center;
          margin-bottom: 2%;
          box-sizing: border-box;
          font-size: clamp(11px, 3vw, 20px);
          line-height: 1.8;

          span {
            font-weight: bold;
            background: linear-gradient(transparent 60%, #ffdbde 60%);
          }
        }

        &::after {
          content: "";
          display: block;
          background: url(../img/nayami_icon.webp);
          background-size: contain;
          background-repeat: no-repeat;
          width: 200px;
          height: 146px;
          margin: 20px auto 0;
        }
      }
    }

    /* 空き家を放置していませんか？ */
    .akiya_risk_wrap {
      background: var(--bg-blue-color);
      padding: 60px 0;

      .akiya_risk_inner {
        width: 90%;
        margin: 0 auto;

        .akiya_risk_txt {
          p {
            text-align: left;
            font-size: clamp(15px, 4.7vw, 18px);
            line-height: 32px;
            color: var(--main-color);
            font-weight: 500;
            margin: 0 0 30px;

            span {
              background: linear-gradient(transparent 60%, #ffdbde 60%);
            }
          }
        }

        ul {
          li {
            box-sizing: border-box;
            background: #fff;
            padding: 20px 5%;
            margin-bottom: 20px;
            border: 3px solid var(--main-color);
            border-radius: 5px;

            h3 {
              margin: 0 0 20px;
              color: var(--main-color);
              font-size: clamp(14px, 5.8vw, 24px);
              line-height: 1.6;

              span {
                display: block;
                background: var(--main-color);
                width: 80px;
                line-height: 35px;
                text-align: center;
                color: #fff;
                font-size: clamp(12px, 3.5vw, 14px);
                font-weight: bold;
                letter-spacing: 0.1em;
                margin-bottom: 10px;
              }
            }

            .akiya_risk_con {
              img {
                display: block;
                margin: 0 auto 12px;
              }

              p {
                font-size: clamp(15px, 4.7vw, 18px);
                font-weight: 500;
                line-height: 32px;
                letter-spacing: 0.05em;
                margin: 10px 0 0;
              }
            }
          }
        }
      }
    }

    /* 物件を探しています */
    .akiya_point_wrap {
      width: 90%;
      margin: 60px auto;

      .akiya_point_txt {
        text-align: center;

        h2 {
          display: inline;
          position: relative;
          background: linear-gradient(transparent 60%, #ffdbde 60%);

          &::before {
            content: "";
            display: block;
            width: 2px;
            height: 35px;
            background: #000;
            transform: rotate(-25deg);
            position: absolute;
            bottom: -5px;
            left: -5%;
          }

          &::after {
            content: "";
            display: block;
            width: 2px;
            height: 35px;
            background: #000;
            transform: rotate(25deg);
            position: absolute;
            bottom: -5px;
            right: -18%;
          }
        }

        p {
          text-align: left;
          font-size: clamp(15px, 4.7vw, 18px);
          line-height: 32px;
          letter-spacing: 0.05em;
          color: var(--main-color);
          font-weight: 500;
          margin: 30px 0;
        }
      }

      ul {
        li {

          &:first-child {
            margin-bottom: 30px;
          }

          h3 {
            font-size: clamp(14px, 5vw, 22px);
            line-height: 1.6;
            font-weight: bold;
            letter-spacing: 0.05em;
            margin: 0 0 10px;
            padding: 0 5%;

            span {
              display: block;
              width: 100px;
              font-size: clamp(13px, 3.8vw, 15px);
              line-height: 40px;
              background: #ca848a;
              color: #fff;
              text-align: center;
              border-radius: 3px;
              margin-bottom: 10px;
            }
          }

          .akiya_point_con {
            background: var(--bg-blue-color);
            border-radius: 5px;
            padding: 20px 5%;

            img {
              width: 100%;
            }

            p {
              font-size: clamp(15px, 4.7vw, 18px);
              line-height: 32px;
              font-weight: 500;
              margin: 10px 0 0;
            }
          }
        }
      }
    }

/* 当社の3つの特徴 */
.kaitori_feature_wrap {
  background: var(--bg-blue-color);
  padding: 60px 0;

  .kaitori_feature_inner {
    width: 90%;
    margin: 0 auto;

    ul {
      li {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 40px;

        &:last-child {
          margin-bottom: 0;
        }

        img {
          width: 100%;
        }

        .kaitori_feature_txt {
          margin-bottom: 30px;

          span {
            display: block;
            width: 120px;
            line-height: 40px;
            text-align: center;
            border-radius: 30px;
            background: #0d73a2;
            color: #fff;
            font-size: clamp(15px, 4.7vw, 18px);
            font-weight: bold;
            letter-spacing: 0.1em;
          }

          h3 {
            font-size: clamp(14px, 6vw, 24px);
            line-height: 1.8;
            color: #000;
            letter-spacing: 0.05em;
            margin: 15px 0;
          }

          p {
            font-size: clamp(15px, 4.7vw, 18px);
            font-weight: 500;
            margin: 0;
            line-height: 26px;
            letter-spacing: 0.04em;
            font-size: clamp(13px, 4vw, 15px);
          }

          .kaitori_feature_point {
            p {
              background: #fff;
              box-sizing: border-box;
              padding: 15px;
              font-weight: bold;
              margin: 15px 0 10px;
              border-radius: 10px;
              line-height: 26px;
              letter-spacing: 0.04em;
              font-size: clamp(13px, 4vw, 15px);
            }

            span {
              font-size: clamp(10px, 2.8vw, 12px);
              line-height: 12px ! IMPORTANT;
              letter-spacing: 0.05em;
              color: #000;
              display: initial;
              background: none;
              font-weight: 500;
            }
          }
        }
      }
    }
  }
}

  

    /* よくある質問 */
    #sa_qa {
      padding: 0;

      .akiya_qa_wrap {
        padding: 80px 0;
      }
    }

    /* CV */
    #sa_inq {
      .sa_inq_txt {
        width: 96%;
        margin: 0 auto;
        letter-spacing: normal !important;
      }

      h2 {
        margin: 10px auto 30px;
        ;
        line-height: 1.3;
      }
    }

    /* title */
    h2 {
      font-size: clamp(14px, 6vw, 24px);
      line-height: 1.8;
      font-weight: bold;
      text-align: center;
      color: #000;
      margin: 0 0 30px;

      &.sa_conts_tit_line::after {
        content: "";
        display: block;
        width: 70px;
        height: 5px;
        background-color: var(--main-color);
        margin: 20px auto 0;
      }
    }

    /* svg */
    svg {
      margin: 0 auto;
      display: block;

      .cls-1 {
        fill: var(--main-color);
      }
    }

    /* btn */
    .btn_link {
      display: block;
      width: 80%;
      line-height: 60px;
      background-color: var(--btn-color);
      color: #fff;
      text-align: center;
      position: relative;
      margin: 0 auto 00px;
      border-radius: 5px;
      font-weight: bold;
      font-size: clamp(15px, 4.7vw, 18px);

      &:hover {
        opacity: .8;
      }
    }

    /* fadein（下から上） */
    .fadein {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s ease-out;

      &.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;
      }
    }
  }



  /*--- akiyaここまで ---*/
}