@charset "utf-8";


img {
  pointer-events: none;
  /*===== 画像抜き取り禁止指示==========*/
}



/* エリア指定 */
.category-area-01,
.category-area-02 {
  width: 1300px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.category-area-01 {
  display: flex;
  align-items: flex-start;
}

.mystage-logo img {
  width: 250px;
  margin-right: 20px;
}

.logo-text p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 30px;
}

.category-area-02 {
  display: flex;
}

.unit-1 {
  width: 28%;
  text-align: center;


}

.unit-2 {
  width: 72%;
  position: relative;
  padding-left: 25px;
}



.mainimage img {}

.mainimage {
  position: relative;
  background-color: #efefef;

}

.family p {
  position: absolute;
  top: 338px;
  left: 63px;
  font-size: 18px;
  line-height: 1.5;
}

.family-image2 img {
  margin-top: 95px;
  margin-bottom: 15px;
  width: 95%;
}

.mystage1 {
  margin-top: 20px;
  margin-left: 80px;
}


/* ボタン */

.website-button,
.touroku-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 35px;
  border-radius: 4px;
  background-color: #e6e6e6;
  color: #333333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  position: relative;
  margin-top: 10px;
  margin-left: -10px;
}

.touroku-button {
  width: 130px;
}

.website-button::after,
.touroku-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #555555;
}

.website-button:hover,
.touroku-button:hover {
  background-color: #bed6e3;
  color: #333333;
}



/* ユニット2 */

.unit-2 p {
  font-size: 12px;
  margin-top: 15px;
}


.mystage2 {
  display: flex;
}

h2 {
  font-size: 28px;
  font-weight: 400;
  margin-top: 10px;
}

.mystage2 p {
  font-size: 17px;
  margin-top: 18px;
  margin-left: 20px;
}

.mystage5 {
  position: absolute;
  top: o;
  right: 0;
}

.mystage-idea {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.mystage-idea1 img {
  width: 345px;
}

.mystage-idea2 img {
  width: 199px;
}

.mystage-idea3 img {
  width: 284px;
}



.other {
  display: flex;
}


.other1 p,
.other2 p {
  font-size: 20px;
  margin-top: 20px;
  background: linear-gradient(transparent 60%, #E9EAEA 0%);
  width: fit-content;
}

.other3 p {
  font-size: 11px;
  line-height: 1.3;
  width: 200px;
  margin-top: 50px;
}

.other1,
.other2 {
  margin-right: 40px;
}


/* 土地探しから */

.contents {
  background-color: #efefef;
  padding: 20px;
  margin-top: 20px;
}


h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}

.contents1 {
  display: flex;

}

.contents2,
.contents3 {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}

.contents3 {
  margin-left: 20px;
}


.contents2 img {
  width: 230px;
}

.contents3 img {
  width: 200px;
}


.right h4 {
  font-size: 15px;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 5px;
}

.right p {
  font-size: 11px;
  line-height: 1.3;
}

.right {
  margin-left: 20px;
  width: 170px;
}






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

  .category-area-01 {
    display: flex;
    align-items: flex-start;
  }

  .mystage-logo img {
    width: 19.231vw;
    margin-right: 1.538vw;
  }

  .logo-text p {
    font-size: 1.231vw;
    line-height: 1.4;
    margin-top: 2.308vw;
  }

  .category-area-02 {
    display: flex;
  }

  .unit-1 {
    width: 28%;
    text-align: center;


  }

  .unit-2 {
    width: 72%;
    position: relative;
    padding-left: 1.923vw;
  }



  .mainimage img {}

  .mainimage {
    position: relative;
    background-color: #efefef;

  }

  .family p {
    position: absolute;
    top: 26vw;
    left: 4.846vw;
    font-size: 1.385vw;
    line-height: 1.5;
  }

  .family-image2 img {
    margin-top: 7.308vw;
    margin-bottom: 1.154vw;
    width: 95%;
  }

  .mystage1 {
    margin-top: 1.538vw;
    margin-left: 6.154vw;
  }


  /* ボタン */

  .website-button,
  .touroku-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16.923vw;
    height: 2.692vw;
    border-radius: 0.308vw;
    background-color: #e6e6e6;
    color: #333333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 1vw;
    position: relative;
    margin-top: 0.769vw;
    margin-left: -0.769vw;
  }

  .touroku-button {
    width: 10vw;
  }

  .website-button::after,
  .touroku-button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.769vw;
    transform: rotate(45deg) translateY(-50%);
    width: 0.615vw;
    height: 0.615vw;
    border-width: 0.077vw 0.077vw 0 0;
    border-style: solid;
    border-color: #555555;
  }

  .website-button:hover,
  .touroku-button:hover {
    background-color: #bed6e3;
    color: #333333;
  }



  /* ユニット2 */

  .unit-2 p {
    font-size: 0.923vw;
    margin-top: 1.154vw;
  }


  .mystage2 {
    display: flex;
  }

  h2 {
    font-size: 2.154vw;
    font-weight: 400;
    margin-top: 0.769vw;
  }

  .mystage2 p {
    font-size: 1.308vw;
    margin-top: 1.385vw;
    margin-left: 1.538vw;
  }

  .mystage5 {
    position: absolute;
    top: o;
    right: 0;
  }

  .mystage-idea {
    display: flex;
    justify-content: space-between;
    margin-top: 1.154vw;
  }

  .mystage-idea1 img {
    width: 26.538vw;
  }

  .mystage-idea2 img {
    width: 15.308vw;
  }

  .mystage-idea3 img {
    width: 21.846vw;
  }



  .other {
    display: flex;
  }


  .other1 p,
  .other2 p {
    font-size: 1.538vw;
    margin-top: 1.538vw;
    background: linear-gradient(transparent 60%, #E9EAEA 0%);
    width: fit-content;
  }

  .other3 p {
    font-size: 0.846vw;
    line-height: 1.3;
    width: 15.385vw;
    margin-top: 3.846vw;
  }

  .other1,
  .other2 {
    margin-right: 3.077vw;
  }


  /* 土地探しから */

  .contents {
    background-color: #efefef;
    padding: 1.538vw;
    margin-top: 1.538vw;
  }


  h3 {
    font-size: 1.846vw;
    margin-bottom: 1.154vw;
    font-weight: 400;
  }

  .contents1 {
    display: flex;

  }

  .contents2,
  .contents3 {
    display: flex;
    align-items: flex-start;
    margin-top: 0.769vw;
  }

  .contents3 {
    margin-left: 1.538vw;
  }


  .contents2 img {
    width: 17.692vw;
  }

  .contents3 img {
    width: 15.385vw;
  }


  .right h4 {
    font-size: 1.154vw;
    font-weight: 500;
    margin-top: 0.615vw;
    margin-bottom: 0.385vw;
  }

  .right p {
    font-size: 0.846vw;
    line-height: 1.3;
  }

  .right {
    margin-left: 1.538vw;
    width: 13.077vw;
  }
}